How to Remove Background Overlay in Zelle

If you don't like the background opacity and want it to be clear then you can add the following CSS to your WordPress. Go to Appearance->Customize->Additional CSS and add the code below.

.header,
.header-content-wrap,
.packages,
.contact-us {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important;
}

If you don't want to remove it, then you can also adjust it by changing the value to something like: rgba(0, 0, 0, 0.30) :)

For the Spanish version of this documentation you can check out this link: ¿CÓMO ELIMINAR LA OPACIDAD DEL FONDO?.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us