Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1082161

    Hi –

    I’m trying to remove the underline in the main menu for the active page state page. I used the advanced styling to change the color, but there didn’t seem to be a way to turn off the underline. Per your documentation I used the follow .css, but that didn’t seem to work. Can you advise? Thanks, RS

    /*————————*/
    /* Remove underline
    /*————————*/

    #top #avia-menu li.current-menu-item > a > .avia-menu-fx {
    background-color: transparent !important;
    border: none !important;
    opacity: 0;
    visibility: hidden;
    }

    #1082190

    Adding private content; corrected username.

    • This reply was modified 5 years, 8 months ago by bigcon6_wp.
    #1082452

    Hi,

    Thank you for contacting us.

    To remove the underline from the active main menu link please follow the instructions provided in the documentation :)

    Best regards,
    Vinay

    #1083129

    Hello Vinay –

    Thank you for your response. I’ve tried multiple variants of this code as per the documentation, and it just didn’t work. This is why I emailed support.

    I’ve cleared out and re-added the code from the documentation, and this is still not working as expected.

    To reiterate, underline on hover is fine. I just don’t want the underline to appear on the active page/state.

    I also cleared out the page cache (server side), as well as on the browser side, and still didn’t work.

    Please advise as to next steps.

    Thanks,

    RS

    #1084805

    Hi,

    You have this in your child theme CSS:

    li.current-menu-item .avia-menu-text {
        font-size: 101%;
        font-weight: bold;
        text-decoration: underline;
    }

    Please try to change the text-decoration value to none.

    Best regards,
    Rikard

    #1090443

    Thanks Rikard. That did the trick. Not sure why that code ended up in there. I’ll follow up with the original developer.
    Please close the ticket (if you haven’t already).

    Best,
    Rebecca

    #1090550

    Hi Rebecca,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.