Hi
You can change your background filter color by applying following Additional CSS as follows:
[data-overlay]:before {
background: none!important
}
I hope this will help you.
Regards,
Ruchit
And to change your footer background apply this Additional CSS:
.footer_bottom.section-padding.text-center {
background: blue;
}
Hi there sorry for giving half code.
Correct code for changing background color will be:
header.site_header_image.cover-bg[data-overlay]:before {
background: lime!important;
}
Choose color as per you requirement.
hallo Ruchit
it works!
How should I do the same but for the header and also that I couldsee the picture placed better.
I like lightgray so I could also use it for the header and other pages.
Rgds Nata
Hi
I don’t know if I understood you right or not.
But if you want such preview: https://prnt.sc/sl40vf
Apply this Additional CSS:
div#masthead {
background-color: lightgrey;
opacity: 0.8;
}
I hope this will help you.
Regards,
Ruchit
Hi – I think I’m having the same problem. There is a dark grey band/header across my pages. Can I eliminate that? Or even change the color?
-
This reply was modified 5 years, 11 months ago by
lrsmiles.