I removed circles but they are still showing in CHrome

Discussion in 'BlackBird WordPress Theme' started by davideilbeck, Nov 20, 2012.

  1. davideilbeck

    davideilbeck New Member

    Joined:
    Nov 14, 2012
    Messages:
    6
    Likes Received:
    0
    I removed the circles using the custom css, and this worked for Firefox, however they still show up in Chrome?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    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;
    }
    It will resolve your issue.
     

Share This Page