Thread Starter
aswint
(@aswint)
Andrew, thanks for your support. For the readability of the menu I will need a layer. I wanted a layer with a opacity of 0.5.
Something overrrides the settings made in the customizer with a opacity of 0.7. I don’t know which command is responsible for this.
Finally I found a way to override these inline style directly from the Child Theme style.css. (thanks to Chris Coyier)
.overlay {
opacity: 0.5 !important;
}
Thread Starter
aswint
(@aswint)
I’ll try.
With the parent theme installed, the background image is brighter. When using the childtheme the overlay is too heavy. In the sourcecode I watch a double declaration for ‘.overlay’. I’m not sure if this is causing the darker haze. But when it does I’d like to fix that.
Thread Starter
aswint
(@aswint)