• Resolved celestegogo

    (@celestegogo)


    Hi

    I’ve seen tons of similar questions and have tried all CSS changes to my site, but the hover, font color of the drop down menu still does not change.
    I have three sub categories using the Shuttle Blog theme. Could anyone help me change the hover font color of the drop down menu?

    Celeste

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • If you’re looking to change just the hover color of the drop down part of the menu this should work in Appearance->Customize->Additional CSS

    #pre-header .header-links .sub-menu li a:hover {
    	color: red !important;
    }

    You may or may not need the !important part of the code, try it first without but if it doesn’t work then add it in and it should work

    Thread Starter celestegogo

    (@celestegogo)

    Hmmm, still isn’t working.

    Do you have a link to your live site where the theme is active so I can take a closer look at the code?

    Thread Starter celestegogo

    (@celestegogo)

    Yes, thank you! I probably added code that is causing the problem.

    http://box5256.temp.domains/~rayofmor/

    Hmm I just get a A new WordPress site is coming soon message for that URL, most likely have to be logged in in order to see it. Do you know if you’re able to publish the site so it goes live so normal traffic can see it?

    Thread Starter celestegogo

    (@celestegogo)

    Why do I keep getting this message? Ive registered and transferred domain name.

    “Warning! Domain mapping upgrade for this domain not found. Please log in and go to the Domains Upgrades page of your blog to use this domain.”

    I see it loading now at the URL you provided previously. Try this CSS in the Additional CSS window

    #header-links .sub-menu li a:hover {
    	color: red !important;
    }
    Thread Starter celestegogo

    (@celestegogo)

    Oh my gosh! Yes! Thank you, thank you!

    You are awesome!

    Celeste

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Shuttle Blog Drop Down Menu’ is closed to new replies.