• Resolved marytitanium

    (@marytitanium)


    I am using a child-theme of Appointment. From a desktop computer, if I hover over a sub-menu page, the top level page background color changes to white. How do I keep this from happening?

    Example: From https://northjerseytermite.com/dev/termite-companies-about-us/ select from the top menu – about us, then hover over “Cities we Service”

    The About Us top menu item disappears because the background color turns white.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can use the following CSS to correct it:

    .navbar-default .navbar-nav > .active.open > a {
    color: #c40001;
    }

    This will make sure the link turns red when hovered over, effectively making it visible again. ??

    Thread Starter marytitanium

    (@marytitanium)

    Thanks Leland – it worked! ??

    Thread Starter marytitanium

    (@marytitanium)

    Marking as resolved, thanks again –

    Hmm, I’m not seeing the CSS applied to the page.

    Where exactly did you add the CSS? It’s possible the old CSS may be stuck in caching.

    Edit: Oops, didn’t see your last two messages when I posted this. Looks like it’s working now.

    Thread Starter marytitanium

    (@marytitanium)

    Perhaps –

    After I responded it didn’t work, it took effect and then I edited my response. It’s all good now ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top menu item color changes to white’ is closed to new replies.