Adding a horizontal line below menu bar
Hi,
Is it possible to add a horizontal bar of specific color below the menu bar? Do let me know
Btw, thanks for the great support so far.
Regards,
Lee
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Lee
You can do this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.main-navigation { border-bottom-style: solid; border-bottom-color: #fff; border-bottom-width: 2px; }Alter the width and colour to match what you require.
Let us know how you get on
Magus
Thanks Magus,
That worked :)
Can I also do the same above the footer, sorry about the one question after another, let me know if you need me to open a new thread for the second question
Hi Lee
Please use the following for the footer
#colophon { border-top-style: solid; border-top-color: #CCC; border-top-width: 2px; }Make the same changes as above.
Magus
Thanks Magus.
That works too. appreciate the help and swift response
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.