Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #799988

    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!

    #800008

    Hey kellyCraftMedia,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #800010

    Link below:

    #800113

    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

    #800383

    It worked – almost! Just didn’t give me a line at the top of the image. Here’s a screenshot:

    #800395

    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

    #800484

    I don’t think I understand what that means – “applied to a different element.” The code looks the same?

    #800599

    Hi kellyCraftMedia,

    Just replace the code, the later code has a “ul” added.

    Best regards,
    Victoria

    #801227

    That worked wonderfully – thank you!!

    #801233

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.