Home › Forums › WordPress Themes – Premium › Preference › Image Border › Reply To: Image Border
September 29, 2013 at 9:29 pm
#18361
Moderator
Hi Helen…actually if you go to the customizer for the theme, then click on the “Colours” tab, then near the bottom is a setting for Image Border, you can change it to whatever colour you want. However, if you need to find where the original styling is so you can override them with a child theme or the Jetpack’s Edit CSS feature, you will find it around line 882 and looks like this:
/*.gj-portfolio-intro-image img,*/
.img-intro img,
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.imageborder,
.contact-image img,
.entry-attachment img,
img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter,
div.wp-caption img {
border-bottom:8px solid #78a5b6;
}
As you can see, there’s a lot attached to the one style so you can separate them if you make any changes.