Is there a way to add a color background block as in the example image attached in the link below?
I have the text set to white and it’s a bit tough to read. Tried multiple colors.
Hey phddgc!
I tried viewing your link but I think there is a typo.
Are you using the fullwidth easy slider there? If so then there is an option when typing out the caption to change the caption styling. Select one of the settings which has a frame and it will display with a black background.
Best regards,
Elliott
It’s actually a color section. I did the restaurant demo import.
Hi!
Enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the special heading then add a unique css class attribute. Use “custom-heading” for example. Add this on Quick CSS:
.custom-heading h1, .custom-heading .av-subheading {
background: rgba(0,0,0,.5);
padding: 10px;
}
Best regards,
Ismael