Make banner transparent – Business Identity theme
-
Hi,
The default color scheme has a transparent banner (the primary menu nav bar). I think that is a nice touch with main image remaining slightly visible.However, since applying custom colors the transparency has disappeared.
Do you know how I can add it back in?
tks!
The blog I need help with is: (visible only to logged in users)
-
You need to set the background colour with rgba instead of a hex code like so:
#masthead.site-header { background-color: rgba(24, 24, 24, 0.5); } -
- The topic ‘Make banner transparent – Business Identity theme’ is closed to new replies.