• Resolved MRanson

    (@mranson)


    Hi Guido,

    Under the menu item ‘TV & Movie Reviews’ the submenu text appears black. When hovered, the background changes to gray but I cannot get the text to change to white. It remains black. I’ve tried various rules and am starting to wonder if there’s something in the parent theme that’s blocking me.

    To be clear, I want the submenu text to change to white when hovered.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @mranson

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .menu-item-has-children ul li a:hover {
      color: #fff !important;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter MRanson

    (@mranson)

    Hi Snehal,

    Thanks for your help. It worked.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover text color will not change’ is closed to new replies.