Home › Forums › Iconic One Pro Support › How to remove site content border line? › Reply To: How to remove site content border line?
February 26, 2020 at 10:51 am #5937
Themonic-Support
Keymaster
Hi,
Try this
.site-content {
border: none;
}
.wrapper {
border: none;
}
To remove article separation line below article
.site-content article {
border-bottom: none;
}