Home › Forums › All Other Themes › Bg Color of Header on pages to be different to homepage slider header bg color
- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
November 20, 2021 at 3:10 am #186642
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/
November 22, 2021 at 6:33 pm #186707Hi,
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,
DaveNovember 25, 2021 at 12:35 pm #186890thanks. why is it that my shop page header looks different?
November 25, 2021 at 5:59 pm #186913Hi,
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,
DaveNovember 25, 2021 at 9:13 pm #186919thanks, 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/
November 26, 2021 at 10:48 am #186928Hi,
Kindly use this CSS for product page.
.single .header { background-color: rgba(25, 35, 46, 0.9); }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.