Home>Support>Border

Border

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

URL: http://www.blackvelvet.biz

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Magus
    Hi, I Work Here

    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

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More