
Login to your WordPress admin. Under Appearance, choose Editor. Click on style.css. Search for ” .entry img” or you can add the code into your style.css file. As for this website example, i am using below configuration.

.entry img {border:1px solid #E0E0E0}
Note:
1px – border thickness size
#E0E0E0 – border color

