Okay
  Public Ticket #2502389
Menu link hovers
Closed

Comments

  •  6
    jameslampard started the conversation

    On the header and footer links I would like to stop the default underline on hover and add just a change in text colour - can I do this with custom css?  I am not sure what to target.

    Thanks

  • [deleted] replied

    Hi James,

    Can you please add the code below to your Custom CSS area:

    .standard-menu-container div.menu>ul>li>a:after, .standard-menu-container ul.menu>li>a:after {
        background-color: transparent !important;
    }
    .site-footer a:after {
        background-color: transparent;
    }

    Have a nice day!

  •  6
    jameslampard replied

    Great, Thank you!

  • [deleted] replied

    Happy to hear that Jamessmile.png

    Have a nice day!

    P.S: Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.

  •  6
    jameslampard replied

    Done :) 

  • [deleted] replied

    Thank you very much.