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].
I would like for each page title on the nav menu bar to appear as an individual tab (to the website visitor) with either space between each or a border around each. How can this be accomplished?
Hi Designedbykey
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.main-navigation { background-color: transparent; } .main-navigation a { background-color: #dd3333; margin-right: 20px; } .main-navigation a:last-of-type { margin-right: 0; }You might also need to install the SiteOrigin CSS Editor.
Thanks so much for this help!