Feature Box - change shape

Discussion in 'Harrington- A WordPress Business Theme.' started by munkey, Feb 12, 2014.

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

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    Hello,

    Please can you tell me how to change the shape of the circles on the home page to rectangles?

    Thanks.
     
  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_inner_box .circle img{
    border-radius:0;
    }
     
    .feature_inner_box .circle{
    border-radius:0;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  3. munkey

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    Thank you Gourav
     
Thread Status:
Not open for further replies.

Share This Page