Transparent header/menu
-
I would like to make the background of the top bar transparent. Only I don’t know the name of this bar. The menu is in fact only the part where the menu buttons are and the header underneath the area I need to be transparent. Can anyone help me with this problem?
The blog where I need help is boutiquemaisonamsterdam.com.
The blog I need help with is: (visible only to logged in users)
-
Try adding this to your custom CSS and let me know if it’s what you had in mind:
.site-header { background: transparent; } -
-
Maybe you can help me on something else now. Is it possible that the posts don’t scroll to the top while scrolling, but disappear underneath to logo (maybe using a certain top margin)?
-
Instead try setting the background to the same image:
.site-header { background-image: url('https://boutiquemaison.files.wordpress.com/2016/05/achtergrond.jpg'); }
- The topic ‘Transparent header/menu’ is closed to new replies.