Okay
  Public Ticket #2484347
Underline instead crossed-out menu
Closed

Comments

  • a_yermolin started the conversation

    Hi.

    I want to replace crossed-out menu with underline. I've find out among the answers how to remove the crossed-out.

    Additional CSS:
    .m-nav-menu--horizontal ul li.menu-item>a:before {
        display: none !important;}

    Is there an equally simple way to add underline for the selected or hover menu item?

  • a_yermolin replied

    I don't have Elementor Pro

  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, we did not work on the weekend.

    Please add the following style.

    .m-nav-menu--horizontal ul li.menu-item>a::before {
        top: auto !important;     bottom: 0;
    }

    Kind Regards


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

  • a_yermolin replied

    Thank you! It works!

  •  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.