Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67612
    photoframd
    Participant

    How do you add a border around the image in the feature-slider? I tried this:

    #feature-slider .wrapper{
        border-width: 10px;
        border-color: #cc0001;
    }
    #67615
    Sakin
    Keymaster

    @photoframd: That should work fine. If that is not working then, try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider { border: 10px solid #cc0001; }

    #67621
    photoframd
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border around feature-slider’ is closed to new replies.