Home>Support>origami nav bar and menu

origami nav bar and menu

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 to do a hover on the menu and nav bar on the origami theme. Not just the text but the background of the nav bar also. Similar to the way the Vantage theme handles it. I have the overlay for the text working but not the background.

URL: http://www.devqa9.info

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

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Brian

    We do our best to help out with small customizations. Converting the Origami menu in the way you’d like is a bit more than we’re able to offer from the support department at the moment.

    Here are some basic selectors you could apply under Appearance > Custom CSS:

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

    Edit 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