Home>Support>Border around or space between top nav menu titles/pages

Border around or space between top nav menu titles/pages

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?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 9 months ago Greg Priday
    Hi, I Work Here

    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.

  2. 8 years, 9 months ago designedbykey

    Thanks so much for this help!

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More