Transparent header
-
Hi there!
I have 2 questions:
1. can I make the white header area (all besides my header pic) transparent so that my background image is visible.
2. how can I make my menu buttons visible if I do so?Thanks in advance!
Best regards,
DanielaThe blog I need help with is: (visible only to logged in users)
-
-
Hi!
1) To make transparent your site-header (this is the name this area has):
.site-header {background-color: transparent;}2) To be able to see your buttons:
#site-navigation {background-color: red;}… or something better than red :)
-
-
- The topic ‘Transparent header’ is closed to new replies.