• Resolved rjoannef

    (@rjoannef)


    Hello!
    I am trying to figure out how to remove the rounded corners from the images in my posts. I added this code to my style.css child theme (twenty twelve), but it only removed the rounded corners from my sidebar images, not my main posts:

    entry-content img,
    .comment-content img,
    .widget img,
    img.header-image,
    .author-avatar img,
    img.wp-post-image {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-border-radius:0;
    -webkit-border-radius:0;
    }

    my website is here

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Rounded Corners’ is closed to new replies.