Featured Image change
-
Hello there!
Really like the “buttons” theme but I really don’t like the ornate frame around the featured images .. is there any way to remove this with CSS?
Ta!The blog I need help with is: (visible only to logged in users)
-
Hi, the following custom CSS would remove the frame from featured images in Button.
.featured-image > .corners::before, .featured-image > .corners::after, .featured-image::before, .featured-image::after { display: none !important; } -
Hello,
Try adding the following css:
.feature-image:before, .feature-image:after, .corners:before, .corners:after { display: none; } -
-
- The topic ‘Featured Image change’ is closed to new replies.