Home › Forums › WordPress Themes – Premium › Preference › Can the image border be removed entirely? › Reply To: Can the image border be removed entirely?
April 16, 2014 at 1:38 am
#19693
Participant
When I enter the “display: none” part of the code I get an Expected RBRACE error at the colon. What am I doing wrong?
.wp-caption img {
border-bottom: display: none;
}