shape of homepage featured section images

Discussion in 'Blackriders WordPress Theme' started by rexmanaster, Mar 24, 2015.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    i'd like to change the shape of the homepage featured section images from circle to rectangle. how can i do that?

    thanks,
    rex
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .feature_inner_box .circle {
      border-radius: 0px;
      -webkit-border-radius: 0px;
    }
     
    .feature_inner_box .circle img{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    }
    Regards,
    Sameer
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
Thread Status:
Not open for further replies.

Share This Page