Change the MyFeature circle border width

Discussion in 'BlackBird WordPress Theme' started by weso, Jul 5, 2013.

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

    weso New Member

    Joined:
    Jun 22, 2013
    Messages:
    5
    Likes Received:
    0
    How do I change the width of the border on the MyFeature circle?

    The border is current too think, how do I make the border half the width?
    Thx,
    Wayne
     
  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:
    .feature-content-inner .circle img {
    width: 146px;
    height: 144px;
    margin:2px;
    }
    .feature-content-inner .circle {
    width: 150px;
    height: 148px;
    }
    Adjust its value as per your requirements.
     
  3. weso

    weso New Member

    Joined:
    Jun 22, 2013
    Messages:
    5
    Likes Received:
    0
    Perfect, Thx
     
Thread Status:
Not open for further replies.

Share This Page