Hi there! Is there a way to add a stroke around a Fullscreen Slider element? I currently have it set to a Boxed Layout.
Thanks!
Hey kellyCraftMedia,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Link below:
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-10 #fullscreen_slider_0 {
border:1px solid black;
}
Best regards,
Rikard
It worked – almost! Just didn’t give me a line at the top of the image. Here’s a screenshot:
Hi kellyCraftMedia,
The code that Rikard gave you, should be applied to a different element like so:
.page-id-10 #fullscreen_slider_0 ul {
border:1px solid black;
}
If you need further assistance please let us know.
Best regards,
Victoria
I don’t think I understand what that means – “applied to a different element.” The code looks the same?
Hi kellyCraftMedia,
Just replace the code, the later code has a “ul” added.
Best regards,
Victoria
That worked wonderfully – thank you!!
Hi,
Great! I am glad Victoria and Rikard were able to help you. Do you need additional help, or should we close this thread?
Best regards,
Jordan Shannon