Home>Support>Rounded Menu Navigation

Rounded Menu Navigation

I am trying to round the menu bar navigation like this website (http://coretechrevolution.com) but am having no luck. What is the correct code to add to make this happen?

Thank you!

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

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Ashley

    Try the following under Appearance > Custom CSS:

    /* Vantage Current Menu Item Colors */
    
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { 
    	background-color: #000000; 
    	border-top-right-radius: 5px;
      	border-top-left-radius: 5px;
    }
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { 
    	background-color: #000000; 
    	border-top-right-radius: 5px;
      	border-top-left-radius: 5px;
    } 
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="icon-"],
    .main-navigation ul li.current_page_item > a, .main-navigation ul li.current_page_item > a [class^="icon-"] { color: #ffffff }
    

    Change the colors and border radius listed as required.

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