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.
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
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
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