Home › Forums › Iconic One Pro Support › Excluding the edges of the subject › Reply To: Excluding the edges of the subject
January 25, 2014 at 6:02 am #1607
Keymaster
To remove the header and body wrapper border, paste the following code in custom.css
.site-header {
border: none;
}
.wrapper {
border: none;
}