The slider element has an option to have a “frame” background for the heading/text so it’s more visible over an image. Is there a way to create something similar outside of the slider element? Thanks!
Hey 0_o,
Could you post a link to where you want to apply this please? Please try to be as specific as possible.
Best regards,
Rikard
When you use “Fullwidth Easy Slider” you can choose Caption Positioning: Center Framed to look like this: https://imgur.com/jF5IkMD
I want to implement similar thing with “Special Heading” placed inside of a “Color Section”.
Thanks!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#mobile-title h1.av-special-heading-tag, #mobile-title h3.av-special-heading-tag {
background: rgba(0,0,0,0.5);
}
Best regards,
Rikard
Perfect, many thanks!