Removing featured image cropping in Button theme
-
Hi. I love the Button theme, but I do not love the corners that automatically crop out of featured images on the blog page. I want to edit the CSS to remove this option but can’t seem to figure it out. http://leahkonen.com/blog/
The blog I need help with is: (visible only to logged in users)
-
Hi there!!
You can try the following css:
.featured-image::before, .featured-image::after, .featured-image > .corners::before, .featured-image > .corners::after { background-image: none !important; }This should get rid of the stylized corners.
- The topic ‘Removing featured image cropping in Button theme’ is closed to new replies.