• Hello Brilliant WordPress People,

    I’m trying to change the rollover color in my nav menu, but for the life of me, i can’t figure it out.
    I was able to change the rollover for the line below, but not for the link itself.
    Can someone look at the css, and tell me what i’m doing wrong? Thanks for any help. ??

    https://www.howiwrotethat.com/

    Here is the code i changed on the backend.

    }

    .black-content .top-page .menu li a, .black-content .top-page .menu li, .black-content .top-page .menu li a {
    color: #ffffff; !important;
    }

    .black-content .icon-bar {
    background-color: #ffffff; !important;
    }

    .right .top-page .menu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e24e4e; !important;

  • The topic ‘Rollover color in nav menu’ is closed to new replies.