Change Header Background Colour

Discussion in 'Blackriders WordPress Theme' started by tpsarkis, Dec 12, 2017.

  1. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Hi

    I'm using the blue template and need to change the header background to white.
    I wnet into the css file but didn't find the info for the section.

    Please advise on how to fix this.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the color o header background, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container {
        background: #ffffff;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Thanks, I figured it out last night.:)
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Sounds great.:)
     
  5. mybiz

    mybiz New Member

    Joined:
    Dec 4, 2017
    Messages:
    4
    Likes Received:
    0
    Akbar, I tried to paste the code above into css exactly as shown and HEADER does not change to WHITE , still is RED color selected in pull down menu?

    ShopKewGardens.com
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Try to paste the code into the Additional CSS section of the theme. Go to (Dashboard->Appearence->Customizer->Additional CSS).
    And you are using this theme then you can use the below code:

    Code:
    .header_wrapper .header {
        background-color: white;
    }
    Hope this helps...!

    Do let me know if you need further assistance.

    I will be glad to assist you.

    For more help, you can explore our Support Forum, Documentation and FAQ's
    Forum Link: https://www.inkthemes.com/community
    Theme Documentation: https://www.inkthemes.com/documentation/
    FAQs Link: https://www.inkthemes.com/community/forums/frequently-asked-queries-faq.174/

    Regards,
    Akbar
    InkThemes.com
     

Share This Page