is it possible to put text over a slide show, just like here: http://www.greendotdesign.nl/?
Hey jelle,
Well, it can be done with the Layer Slider, but it will not be collapsable like that.
Best regards,
Victoria
hi victoria, thanks a lot, i have figured out some things now.
but im still struggling with the background color of the text im putting over the slider.
for example , here: https://jmcwebdesign.nl/sliders/
i want a white background for the text. How / where can i adjust this?
best regards, jelle
Hi yampieters,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.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: rgba(244, 238, 238, 0.5);
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello victoria, that works fine, thank you!
but imagine i want to make the textlayer wider, and i would put a image at the side of this…lets say something like this:
https://jmcwebdesign.nl/sliders/wp-content/uploads/2020/08/slider001.jpg
is this possible?
ps: ive managed to put an image in, you can just do so in the caption-area, but i could not get it to the left…tried with divs and floating , but without a result…
Hi yampieters,
I think it’s better to use Layer Slider for this and still you’ll need css to make it responsive on mobile.
Best regards,
Victoria
ok thanks, you can close this ticket now.