This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

7 years ago · Last reply by Alex S 7 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 7 years, 2 months ago

    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. Alex S Private Staff 7 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread