Hi there,
I’d like to have a transparant black background for some special headings. I’ve added this in the Quick CSS:
.home div#av_section_1 .av-special-heading {
background-color: rgba(0,0,0,0.2);
padding: 20px!important;
color: white!important;
text-align: center!important;
}
But it only applies to my home page. I have zero experience in CSS.
I’ve already added this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Is there any way that I can manually add a transparant black background to some special headings?
Sincerely,
Bossietj
Bump
Hi!
After you add the custom class try changing the CSS to this.
#customClass {
background-color: rgba(0,0,0,0.2);
padding: 20px!important;
color: white!important;
text-align: center!important;
}
If it’s not working then send us a link to the page and let us know which one your trying to style.
Best regards,
Elliott
It’s not working, but it’s OK. I’ll find a work-around.