Home>Support>Want to change the background color on 1 on the menu buttons

Want to change the background color on 1 on the menu buttons

By fredmoore, 6 years ago. Last reply by Alex S, 6 years ago.
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 want to change the background color of just 1 of the menu buttons.

wwww.DoSoMuchMore.com

I want to change the color of the For Meeting Planners menu button.

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. 6 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Fred,

    Please add (and adjust) the following CSS to WP AdminAppearanceCustom CSS:

    /* Menu Item Background */
    .page-item-99 {
    	background: #0f0;
    }
    
    /* Menu Item Text */
    .page-item-99 a {
    	color: #000;
    }
    /* Menu Item Background Hover */
    .main-navigation ul li.page-item-99:hover > a {
    	background: #f00;
    }
    
    /* Menu Item Text Hover */
    .main-navigation ul .page-item-99:hover > a {
    	color: #fff;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 6 years, 7 months ago Private Message - Alex S Hi, I Work Here

    This is a private message.

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