Skip to main content

selected Blue underline hyperlink appearing - not in Advanced CSS

Comments

2 comments

  • Ariel H.
    Hi Katie,
     
    Thank you for contacting us.
     
    Please try using this CSS:
    .brz-mega-menu__portal a {
     text-decoration: none !important;
     color: #4d555a !important;
    }

    .brz-mega-menu__portal a:hover {
     font-weight: bold;
     color: inherit;
    }
    This should eliminate the text decorations and set the font to bold when a link is hovered over.
     
    Please try this and let me know how it goes.
     
    Best regards,
    Ariel H.
    0
  • Katie Cordes

    Thank you - that worked perfectly.  Much appreciated. 

    0

Please sign in to leave a comment.