Tagged: transparency
Hey,
I’m currnetly doing a redesign of an older website that had some specific theme features – I wonder if it’s possible to make Content Elements’ (like promo box or the icon box) backgrounds transparent, so that you can slightly see the background-image through? Any chance with Enfold to get this done?
Thx in Advance!
Regards, Michael
Hey micscr,
Please, could you provide your website link?
Best regards,
John Torvik
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.av_promobox {
background: rgba(0, 0, 0, 0.6);
}
Adjust the values to your liking.
Best regards,
Rikard
Hey Rikard,
thanks for that input, actually that didn’t change anything even after adjusting the values tho.
Anyway I got an acceptable result with using:
.av_promobox {
opacity: 0.8;
}
So we can switch the website to Enfold, great!
Regards,
Michael
Hey,
jup, solved – thanks :)