Navigationmenubar transparent
-
Hi,
I’m using the Hemingwaytheme and I’m trying for days now to get the navigationmenubar just as transparent as the titleblock (50%). I tried several codes in de CSS-stylesheet and CSS-stylesheeteditor without any result. I also want the grey block below transparant. Can anybody help me?
The blog I need help with is: (visible only to logged in users)
-
There’s nothing behind the menu at the moment so making it semi-transparent won’t do much, you could try moving it up so the header image is behind it though:
.section.bg-dark.navigation { background-color:rgba(29,29,29,0.5); position:relative; top:-69px; } -
- The topic ‘Navigationmenubar transparent’ is closed to new replies.