Need help with Header Image CSS
-
Hello,
Is there a way to modify the CSS on the site so that the header image doesn’t have a color filter applied to it (that it is transparent) – and also a way to enable the header image to scroll through a gallery of images (up to 3)?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
A definite yes on the first question! This CSS will disable that header image overlay:
.header-overlay:before { background: none; }The second part is a little different. CSS alone isn’t able to generate that kind of image slider. If that’s an important part of the design you were imagining for your site, you’d want to look into using a theme that has one built in:
https://wordpress.com/themes/filter/post-slider/
- The topic ‘Need help with Header Image CSS’ is closed to new replies.