Adding a border below the masthead
I have a Premium Vantage website that is all black and white. My masthead background is white and the page background is white. Is there a way to add a line or border below the masthead to separate the masthead from the background a bit?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Papillon17
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Masthead */ header#masthead { border-bottom: 1px solid #000; }Adjust as required.
Perfect! Thanks so much!
For sure :)
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.