Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414282

    GFF-Flight
    Participant

    can i remove the turquise mouseover/ hover effect that appears over logo and menu items? 🙂

    my site: http://test.geldfuerflug.com/

    thank u

    #1414534

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.x-brand.img {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover {
        background-color: transparent !important;
    }

    Thanks.