border of the featured images

Discussion in 'BizWay WordPress Theme' started by anciens, Oct 21, 2014.

Thread Status:
Not open for further replies.
  1. anciens

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    Hello :)

    Is there a way to put a colored border around each featured images?
    I tried ".main-content .page item img { border-color: green; }" but not working...

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-content .page-item img {
    border: 2px solid green;
    }
    Thanks & Regards
    Pramod
     
  3. anciens

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    ok perfect! many thanks! :)
     
Thread Status:
Not open for further replies.

Share This Page