Home>Support>Add Outline to Entire Site

Add Outline to Entire Site

By Cliffd, 10 years ago. Last reply by Magus, 10 years ago.
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].

How do I add a 1 px outline to the entire site? I’m not familiar with css but it seems there may be a snippet around that could do the job.
Please help.

URL: http://ims.dallasmediaproduction.com/

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 Cliffd

    You can fix this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    header #masthead {
     border-top: 1px solid #BE464F !important;
     border-left: 1px solid #BE464F !important;
     border-right: 1px solid #BE464F !important;
     }
    
    #main-slider {
     border-left: 1px solid #BE464F !important;
     border-right: 1px solid #BE464F !important;
     }
    
    #main {
     border-left: 1px solid #BE464F !important;
     border-right: 1px solid #BE464F !important;
     }
    
    #colophon {
     border-left: 1px solid #BE464F !important;
     border-right: 1px solid #BE464F !important;
     border-bottom: 1px solid #BE464F !important;
     }
    

    You can change the colour to any hex value colour as documented here

    http://www.w3schools.com/tags/ref_colorpicker.asp

    Let us know how you get on

    Magus

  2. 10 years, 1 month ago Cliffd

    This worked! I added a part to outline the search icon also Just what I wanted.

    Thanks!!

  3. 10 years, 1 month ago Cliffd

    Looks like it worked.

    Thanks a bunch!

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

    Hi Cliffd

    No Problem, If you need anything else please feel free to open a new support thread.

    Magus

    (sorry for the delay in answering, Weekend catchup can be a busy time)

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