Home › Forums › CSS › Removing borders sitewide › Reply To: Removing borders sitewide
February 16, 2019 at 9:57 am
#282977
Participant
I think this should target most of them:
.article-post {
border: 0 !important;
}
Edit – posted simultaneously…