Can I add a border to the main front page carousel?

Discussion in 'Real Photography WordPress Theme' started by kerrywho, Oct 10, 2013.

  1. kerrywho

    kerrywho New Member

    Joined:
    Apr 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Bath Uk
    I would like to add a white 4px border to the main carousel and the thumbnails underneath, is that possible? thanks

    www.atalllongleggedbird.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slider ul.slides li img {
    width: 900px;
    border: 4px solid white;
    }
    #carousel ul.slides li img {
    border: 4px solid white;
    }
    
     

Share This Page