Hi,
How do I change the Full screen slider caption location only in one place. Currently the caption “”Trust me, you look AWESOME – sincerely, The Photo Booth” and button is too high and I would like to lower it over the video maybe 300 pixel down.
I would like for this ONLY to be done on the homepage.
Hey navindesigns,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #fullscreen_slider_0 .slideshow_inner_caption {
padding-top: 300px;
}
Hope this helps :)
Best regards,
Nikko