featured image size
-
Is it possible to reduce the size of the featured images using CSS?
I have not yet attempted to use any CSS functionality yet.Thanks
The blog I need help with is: (visible only to logged in users)
-
-
Here’s some example code to play around with, go to Appearance > Customize > CSS and paste it in to the text area to preview:
.entry-header img { height:200px; width:auto; }
- The topic ‘featured image size’ is closed to new replies.