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.

Changing Sub, Sub Menu Hover Colour

10 years ago · Last reply by Viv Kemp 10 years ago

Hi Guys

A very Happy New Year, 2016! ;)

I have been working on a site for my friend for some months and we are close to launching!

There is a Sub Menu with another menu (Not sure if its called a Sub, Sub Menu?).
Question is: I have been tring to change the ‘Hover’ colour on the second Sub Menu and can’t find an option in CSS or Customization to effect this change.

Please advise?

Thanks in advance,
Viv

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Greg Priday Staff 10 years, 1 month ago

    Hi Viv

    Thank you! I hope you’re having a great start to 2016 too :)

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Viv Kemp 10 years, 1 month ago

    Thanks Greg!

    The site went live yesterday :) and can be viewed at : http://psychmastery.co.za/

    If you go to 'Services' and drop down to >'Programmes' and then you will see >'Workshop Outline' & >'Stress Checklist'.
    I would like to change the hover colour on these two…

    Have I set them up correctly?

    I would appreciate your advise here… It's the first website I have set up :)

  3. Support Assistants 10 years, 1 month ago

    Hi Viv

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul ul li.menu-item-623:hover > a {
    	background: #000000;
    }
    .main-navigation ul ul li.menu-item-629:hover > a {
    	background: #000000;
    }

    You might also need to install the SiteOrigin CSS Editor.

    Adjust the hexadecimal colors above as required.

  4. Viv Kemp 10 years, 23 days ago

    Good morning – Apologies for the late response!

    Thank you so much for the code – it works perfectly!
    I did have Site OriginCSS Editor installed.
    For some reason I could not select the sub, sub menu's in the Editor
    (I think my browser is outdated?!)

    Have a great day!
    Viv

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