• I am using the origin theme and would like to change the rounded corners of the images to square and get rid of the shadows/borders around the images! Anyone know how to do this?

    Here is a link to the blog that I’m trying to edit:
    https://www.fairelafeteblog.com/

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Griden

    (@griden)

    Origin doesn’t use rounded corners for images.
    And that site isn’t using Origin.

    Thread Starter toribowman

    (@toribowman)

    Sorry, I thought that I had switched over to Origin already. I switched it and am still wondering how to get rid of the borders around the images!

    Thank you!

    You will need to set up custom CSS (unless the theme already has it built in) or use a child theme — so that changes will not be erased when the theme is updated. Then add this to the CSS:

    .hentry img, .entry-content img, .widget img, .wp-caption {
        border: 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting Rid of Rounded Corners and borders on Images’ is closed to new replies.