How to change the colour of the lines below the 3 pics on feature page columns

Discussion in 'Woodpecker WordPress Business Theme' started by millmead2, May 26, 2017.

Thread Status:
Not open for further replies.
  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Kindly help me with the following 4 issues.

    1. Can I change the colour of the grey lines below the 3 pics on feature page columns?

    2. Template Header Background Image - How to remove the shade or opacity over the top image of each page,

    3.
    How to change the dotted lines colour under the headings in the footer area.

    4. How to change the font colours in the footer - the main titles and the word under


    Thank you!
     
    Last edited: May 26, 2017
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    I am still working on installing the SSL cerificate so will will get "UNSAFE" but go ahead to the site as it is still under development and is definitely safe.

    Thanks. Here it is:

    https://trufflesking.com
     
  4. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
  5. nitin

    nitin Guest

    Hi,

    Thank you for sending us your website URL.

    I would be assisting you one-by-one in the series. You need to paste the given code in Custom CSS section (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard:-

    1. Can I change the colour of the grey lines below the 3 pics on feature page columns?

    Code:
    .feature-page-wt-thumb-container {
        border-bottom: 3px solid #ccc;
    }
    
    2. Template Header Background Image - How to remove the shade or opacity over the top image of each page,
    Code:
    .top-bg-mask {
        display: none;
    }
    
    3. How to change the dotted lines colour under the headings in the footer area.
    Code:
    .footer h4 {
        background: none;
        border-bottom: 2px solid #a21f4d;
        border-style: dashed;
    }
    
    4. How to change the font colours in the footer - the main titles and the word under.
    Code:
    .footer h4 {
        color: #fff;
    }
    .footer a {
        color: #d3b761;
    }
    
    Note:- Please change the color codes accordingly

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  6. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thank you. Sorted.
     
Thread Status:
Not open for further replies.

Share This Page