Baskerville theme – header color
-
Hi there! I’d really like my header to be a different color, and the color palette options don’t change it; could someone help my header and menu be COLOR instead? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and edit the color as desired.
.header, .bg-dark { background-color: #cc0000; }There is an overlay on the top section which produces the slight darkening. If you wish to make that lighter, or darker, add also the following.
.header .cover { background: rgba(29,29,29,.25); }The first three numbers are the RGB color code, and the last number, .25, is the alpha transparency. The closer to 1, the more opaque and the closer to 0, the more transparent. If you set that to 0, it will show the underlying color with no tint.
-
Can you explain where to add the custom CSS step by step to remove the tint on the header?
-
Can you explain where to add the custom CSS step by step to remove the tint on the header?
-
Yay it works! thank you so much :)
@thesoapoc – you can add the CSS by going to MySite>Theme>Customize>CSS
-
@thesoapsoc, I don’t see that you have the WordPress.com Premium Plan upgrade. That upgrade includes Custom Design and the ability to add custom CSS.
-
- The topic ‘Baskerville theme – header color’ is closed to new replies.