- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Bg Color of Header on pages to be different to homepage slider header bg color
Good day
Is it possible to change the header background color on my pages to be different to the slider header background color on my homepage?
I would like the background color to be
rgb(25, 35, 46); on all other pages (home page to stay as is)
https://titans-aquatics.co.za/
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page .header {
background-color: rgba(25, 35, 46, 0.9);
}
Regards,
Dave
thanks. why is it that my shop page header looks different?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.archive .header {
background-color: rgba(25, 35, 46, 0.9);
}
Regards,
Dave
thanks, it works on my shop page but then if i go to a product page it looks different again. for example see: https://titans-aquatics.co.za/product/raffle-ticket/
Hi,
Kindly use this CSS for product page.
.single .header {
background-color: rgba(25, 35, 46, 0.9);
}
Regards,
Dave
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]