Can you please let me know how I can change only the header color and not the body of the page?
Hello Glenn,
Thanks for writing to us.
Regretfully there is no option for that you need to add this custom CSS code under Theme Option–>CSS
.x-logobar {
background-color: #060606;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Can you let me know how I can add a image as the background rather than a background color please?
Tks
Hello Glenn,
You can make use of the custom CSS in adding a background image. Please check out this article first:
- https://www.w3schools.com/css/css_background_image.asp
- https://css-tricks.com/almanac/properties/b/background-image/
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.