Hello I need to set the background color to #0000FF but keep the content color as it is for the website http://temp.powermindsolutions.com/ For more information check the webpage http://zone.com.gr/ which have this feature.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container_24 { background: white; } body{ background: #0000FF; } .strip_line { display: none; } .footer-bg { border-bottom: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
I still have problem please check this page: http://temp.powermindsolutions.com/budo-kan/ the background color of subheader dissapeared.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header-page .container_24 { background: #2200FF; } It will resolve your issue. Thanks & Regards Yogesh Bhade