Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I would like to add a 5px border around the page wrapper on vantage
Hi Garreth Murray
If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
#main { border-color: #ea28dc; border-left-style: solid; border-right-style: solid; border-right-width: 5px; border-left-width: 5px; } #colophon { border: 5px solid; border-top-style: none; border-color: #ea28dc; } #masthead { border: 5px solid !important; border-bottom-style: none; }I have used the colour for the border you have already tried to enter but you can change this with any colour #value.
Let us know how you get on
Magus