Home Forums WordPress Themes – Premium Preference Can the image border be removed entirely? Reply To: Can the image border be removed entirely?

#19693
Lisa M
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;
}