Circle Featured Images

Discussion in 'Poloray WordPress Theme' started by claysyoung, Nov 21, 2013.

  1. claysyoung

    claysyoung Guest

    Joined:
    Sep 10, 2013
    Messages:
    16
    Likes Received:
    0
    Is there a way to change the circles to squares on the home page features?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

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

    Code:
    .feature_inner_box .circle img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    }
     
    .feature_inner_box .circle {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    }
    It will solve your issue.
     

Share This Page