Home>Support>How to change Menu Color

How to change Menu Color

I am using the Origami free version. I do not see anywhere in the css to change the main menu color.

Do I need to upgrade to do this?

Thanks.

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, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Kimberley

    Menu colors unfortunately aren’t in any version. You can use the following under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS plugin (Vantage Free):

    /* Menu Link Color */
    
    #menu ul li a {
    color: #505050 !important;
    }
    
    /* Menu Hover Color */
    
    #menu ul li a:hover {
    color: #505050 !important;
    }
    
    /* Menu Current Item */
    
    #menu ul li.current_page_item a {
    color: #505050 !important;
    }
    

    Edit the colors there 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