Maisha Theme // Gray filter on Full Background Image Template
-
Hello, wizards!
Is there a way to change the color, or even eliminate completely the transparent gray filter that automatically go on top of background images when we select “Full Background Images” as a template? Im sure there’s a little magic css line for that… Help?
The blog I need help with is: (visible only to logged in users)
-
If you are talking about on We are a force… then add the following CSS to take away the overlay.
.block-two .overlay { background-color: rgba(0, 0, 0, 0); } -
-
Ah, thanks. This will take that overlay off on full width pages such as about and live in lead.
.page-template-full-bg-page .cd-fixed-bg-one .overlay { background: rgba(0, 0, 0, 0); } -
-
- The topic ‘Maisha Theme // Gray filter on Full Background Image Template’ is closed to new replies.