Want to change the background color on 1 on the menu buttons
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
2Hi 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.
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.