Homepage Circles into Squares

Discussion in 'BlackBird WordPress Theme' started by mrwindowscreen, Feb 23, 2014.

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

    mrwindowscreen New Member

    Joined:
    Feb 18, 2014
    Messages:
    4
    Likes Received:
    2
    How do I change the feature circles on the homepage of the Blackbird theme into squares (roughly the same size)?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-content-inner .circle img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    }
    .feature-content-inner .circle {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    }
    
    This will solve your issue.
     
  3. mrwindowscreen

    mrwindowscreen New Member

    Joined:
    Feb 18, 2014
    Messages:
    4
    Likes Received:
    2
    Thank you, that worked perfectly!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page