• Resolved cbizz97

    (@cbizz97)


    Whenever I hover or click on a menu title, it disappears. Is there a way to not make it transparent but instead just have the text on Bold.

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @cbizz97,
    Please try adding the following CSS to customizer -> Additional CSS.

    a, .navbar .dropdown-menu li:hover > a, .navbar .dropdown-menu li:focus > a, .navbar .dropdown-menu li:active > a, .navbar .navbar-nav > li .dropdown-menu li:hover > a, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:hover, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:focus, a:hover, .card-blog a.moretag:hover, .card-blog a.more-link:hover, .widget a:hover, .has-text-color.has-accent-color, p.has-text-color a {
        color: inherit !important;
    font-weight: bold;
    }

    Let me know if this worked.

    Thread Starter cbizz97

    (@cbizz97)

    It worked! Thanks @danamv! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Title disappears on hover and on click’ is closed to new replies.