Tagged: button, Fullwidth Easy Slider, text
I am looking to do a few things with the fullwidth easy slider:
– I used some css code from another forum, and it took the transparent text frame away. I am struggling to make the white background transparent again. Can someone help me with that? Here is the code I copied:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: #000;
filter: alpha(opacity = 30);
background: #ffffff;
}
– I want to put the text and button in one text frame element, is that possible?
– Is there a way to put a 10px border on the top of the text frame element? I have a design mocked up if you need to see what I am asking.
Hi trellyn!
Thank you for using Enfold.
1.) Please use the following css code.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
filter: alpha(opacity = 80);
background: rgba(255, 255, 255, 0.5);
}
2-3.) Yes, screenshots will definitely help.
Cheers!
Ismael