Make 'featured section' circle border thinner

Discussion in 'BlackBird WordPress Theme' started by rachelmazza, Apr 3, 2014.

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

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    Hello,

    For the 3 featured content sections on the home page.

    Is there a way to make the border around the circles thinner?

    Also, can I change the color of just those circles?

    Thank you!
    Rachel Mazza
     
  2. Gourav

    Gourav Support Staff

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

    It is not possible to make the border thinner.
    But you can change the color of these circle, for this

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

    Code:
     
    .feature-content-inner .circle {
    background:red;
    } 

    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
    lmjwebdesign likes this.
  3. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    I'll do that. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page