Archived topic
Change colour of background and font -main navigation on blog page and all posts
4 replies · Started by Saranne on August 24, 2021
I want to change the background colour and font colour of the main navigation on the blog page and on all posts only. I'm stumped how to do this. Could you give me the CSS please?
I also would like to add a drop shadow to the post images on the blog page, if I can throw that extra request in, please.
Hi there,
your site is using a Header Element for the merged header affect.
Edit that element, go to the Site Header Tab and enable the Navigation Colors, change those to the colors you need, and they will only apply to where the Header Element is set to display.
Box shadow, can be added with this CSS:
.post-image img {
box-shadow: 0 3px 9px 2px rgba(0,0,0,0.2);
}
Thanks David. It worked first go!
Awesome - glad to be of help!