borders around featured images
-
How can I create a border around my featured image?
The blog I need help with is: (visible only to logged in users)
-
Hi,
Please go to WordPress Customizer -> Design Options -> Custom CSS and added the following code.
img { border: 1px solid #EAEAEA; padding: 1px; }This code will add border to all images in your blog.
Thanks,
Aakash Patel -
- The topic ‘borders around featured images’ is closed to new replies.