Add Outline to Entire Site
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi 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)
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.