Replace round feature images

Discussion in 'BlackBird WordPress Theme' started by emmakj, Oct 30, 2012.

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

    emmakj New Member

    Joined:
    Oct 25, 2012
    Messages:
    2
    Likes Received:
    0
    I would like to replace the round feature images and add my own (that doesn´t work out as round ones). How do I do that?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content-inner .circle img {
       
        border-radius:0!important;
        -moz-border-radius:0!important;
        -webkit-border-radius:0!important;
        -khtml-border-radius:0!important;
        background:none!important;
        }
    .feature-content-inner .circle {
    border-radius:none!important;
        -moz-border-radius:0!important;
        -webkit-border-radius:0!important;
        -khtml-border-radius:0!important;
        background:none!important;
    }
     
  3. emmakj

    emmakj New Member

    Joined:
    Oct 25, 2012
    Messages:
    2
    Likes Received:
    0
    Sweet!
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page