Tagged: fullscreen slider
Hi there!
I am new to the Enfold theme and have a question regarding the Fullscreen slider. I have used the setting from Homev7 and want to change the opacity of the text box and also change the color of the text. Is it also possible to change the position of the capture box?
thanks
Matthias
Hi MatHom!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust 0.9 between 0 – 1.
.caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p { background: rgba(0, 0, 0, 0.9); }
How you would like to change the position of capture box?
Best regards,
Yigit
Hi Yigit!
Thanks for your answer.
If I post the code:
.caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p { background: rgba(22, 115, 143, 0.5); }
to get a petrol color for the box, it won´t work and stays dark.
I want to have the box on the right side and therefor used the option for it. It works fine I just wanted to know where I can change the position e.g. right but more on the bottom of the page
thanks
Matthias
Ah, the box color changed, but not the button.
thanks
Matthias
Hi!
Please add following code to Quick CSS as well to change the opacity of button
#top .avia-slideshow-button { background-color: rgba(0,0,0,0.9); }
Cheers!
Yigit
Hi Yigit!
Thanks for your great support.
Everything works well ;)
greetings
Matthias