Shop Categories

X

Override "underline of active link" in agama pro theme menu

Home Forums Agama Pro Override "underline of active link" in agama pro theme menu

Topic Resolution: Resolved

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11030
    Mark Roberts
    Participant

    Hi,

    At the moment the active links in the main/top menu are underlined.
    I have tried to remove this using an override in the “additional css” panel, but doesn’t seem to have any effect.
    Is it possible I have to use more specific css and could you provide a solution.

    Here below is the latest css code I have tried to no avail.

    /* unvisited link */
    a:link {
        text-decoration:none!important;
    }
    
    /* visited link */
    a:visited {
        text-decoration:none!important;
    }
    
    /* mouse over link */
    a:hover {
        text-decoration:none!important;
    }
    
    /* selected link */
    a:active {
        text-decoration:none!important;
    }

    Thanks and kind regards,
    Mark Roberts

    #11031
    Zex
    Moderator

    Hello Mark!

    For the main menu, try to go with next CSS code:

    .agama-primary-nav a {
        border-bottom: none!important;
    }

    Regards

    #11032
    Mark Roberts
    Participant

    Hi Zex,

    Thanks for the fast reply.
    Works perfectly.

    regards,
    Mark

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