Reply To: Change the color of the body border

Home Forums Iconic One Pro Support Change the color of the body border Reply To: Change the color of the body border

#5805

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;
}