Home › Forums › Iconic One Pro Support › Change the color of the body border › Reply To: Change the color of the body border
October 11, 2019 at 2:54 pm #5805
Themonic-Support
Keymaster
Hi,
Try the following:
.wrapper {
border: 1px solid #ffb347;
}
.site-content {
border-right: 1px solid #ffb347;
}
.site-header {
border-left: 1px solid #ffb347;
border-right: 1px solid #ffb347;
border-top: 1px solid #ffb347;
}