Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1351392

    dev site – http://balrajt9.sg-host.com/

    On my main menu, I would like to add the underline on the current page main menu item.

    #1351458

    Hey navindesigns,

    Please try adding this CSS code in Quick CSS:

    #header .current-menu-item .avia-menu-fx {
        display: block;
    }

    Best regards,
    Nikko

    #1351888

    I need the underline to be right under the menu text though like my mockup

    https://ibb.co/bj4vmYm – please look at the ABOUT menu item, there is a line right below the word

    #1351900

    Hi navindesigns,

    I have removed the last code I gave you and added this CSS code in Quick CSS:

    #header #avia-menu > .current-menu-item > a > .avia-menu-text {
        border-bottom: 2px solid #d88f28;
        padding: 8px 0;
    }

    Please review your site.

    Best regards,
    Nikko

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