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.

Multiple Menu Hover Colors

11 years ago · Last reply by Greg Priday 11 years ago

Hi,

I am using Vantage Premium. I have been able to change the hover color, but I was wondering how to make the hover color for each menu item different. For example, Home- Yellow, About Us- Green, Candidate- Purple, Employer- Orange, Positions- Blue.

Any help would be great.
Thanks!
Maggie

URL: http://integrityrecruitingfirm.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Greg Priday Staff 11 years, 6 months ago

    Hi Maggie

    The container for each element in the menu has a class that corresponds to the page ID. For example, your about us page item has the class page-item-5. So the following CSS would give the About Us menu item a different hover color.

    .main-navigation ul li.page-item-5 > a:hover {
        background-color: #00FF00;
    }

    You’d need to apply the same theory for all the other items. This guide should help you use the inspector to find the class names for each menu item – https://siteorigin.com/basics/modifying-theme-design-with-custom-css/ (I just noticed the images are broken on this page, I’ll fix that up shortly, but you can just check out the video so long).

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