Header Block

Discussion in 'Harrington- A WordPress Business Theme.' started by jezbellkid, Dec 15, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way of making the header one block in one solid color? I have a Logo with a White background but it doesn't look good on a black background of the website. I would like to keep the black background of the website and have the header as one white block so that my logo would stand out. Also this may need to change the colors of the navigation buttons along the top. Also How can I change the color of the text on my main page under my slider."That Little Place By The Lights" I would like that to be white as well. Thank you for your help.
    http://thatlittleplacebythelights.ca/

    Jez
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home_container .page_info h1 {
    color: white;
    }
    .header_container {
    background: white;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page