Tagged: Text block
Hi Guys,
Sorry for the hassle, could you please help me?:
With regard to this thread: #329237 , adding a block behind text, is there anyway to edit the CSS to exclude this effect from an ‘attributed section id’?
The CSS:
.avia_textblock
{
background-color: rgba(255,255,255,0.9);
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2
{
background-color: rgba(255,255,255,0.9);
}
Hi Gstar72!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and use the code as following
.your-custom-class {
background-color: rgba(255,255,255,0.9) !important;
}
Regards,
Yigit
Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
Yigit