Okay
  Public Ticket #2007308
Focus underline
Closed

Comments

  • hiardfrederic started the conversation

    Hello :)

    How can we remove in the css the underlining of the links in the focus ?

    Thanks !

  •  675
    Neuron replied

    Hi,

    Please add the following style in the Appearance > Customize > Additional CSS.

    a:not(button),
    a,
    .elementor a {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    And for the hover.

    a:not(button):hover,
    a:hover,
    .elementor a:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • hiardfrederic replied

    Thanks ! 

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.