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

    Hi Guys,

    Ive added the following custom css to our theme and instead of the border being green its grey.

    .avia-slideshow {
    border: 20px solid 3e9a35;
    }

    Any ideas?

    • This topic was modified 5 years, 10 months ago by yourcloudworks. Reason: adding tags
    #1056756

    Hey yourcloudworks,

    You seem to have forgotten the hash

    
    .avia-slideshow {
        border: 20px solid #3e9a35;
    }
    

    Please try like that.
    Best regards,
    Victoria

    #1056769

    Hi Victoria,

    This is actually what I have:

    .avia-slideshow {
    border-top: 3px solid #3e9a35;
    border-bottom: 3px solid #3e9a35;
    }

    That was just a typo in the ticket.

    #1057055

    Hi,

    Thanks for the update, the code is applying on my end.

    Best regards,
    Rikard

    #1062719

    Hi Rikard,

    The site is now live so you can see the issue occurring.

    The site you was looking at was the old one and not even wordpress.

    Can you please check the site and advise on the border colour.

    Thanks

    #1063066

    Hi,

    Please try this instead:

    .home #full_slider_1 {
      border:5px solid red;
    }

    Best regards,
    Rikard

    #1063120

    I need to apply this to all the sliders not just the home slider.

    Regards

    #1063520

    Hi,

    Did you try removing .home from the code I sent?

    Best regards,
    Rikard

    #1065389

    All working now. Thanks.

    #1065559

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Easy Slider Border’ is closed to new replies.