Border
I would like to add a 5px border around the page wrapper on vantage
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
I would like to add a 5px border around the page wrapper on vantage
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
1Hi 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
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.