• Resolved bwhxeon

    (@bwhxeon)


    I’m trying to add this code to the revolution slider without any luck. Just need images to show up with this radius.

    border:1px solid #000000;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey, Are you using a selector?
    Try this:

    .rev_slider ul li, .rev_slider >ul >li {
    border:1px solid #000000;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    }

    Hannah

    Thread Starter bwhxeon

    (@bwhxeon)

    That worked thank you Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Revolution Slider add radius border virtue premium’ is closed to new replies.