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.
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
This worked! I added a part to outline the search icon also Just what I wanted.
Thanks!!
Looks like it worked.
Thanks a bunch!
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)