Okay
  Public Ticket #2334885
Changing color of crossed out menu items
Closed

Comments

  • Michael Giles started the conversation

    Hi, I can't for the life of me figure out how to change the color of the crossed out menu items (currently the line is pink). I would like to better control the line, meaning thickness and color. Any suggestions?

  •  675
    Neuron replied

    Hi Michael,

    To change the color, simply add the following style.

    header ul li.menu-item>a::before {
        background-color: your_color !Important;
    }

    And to override the height, please add the margin-top /2 and negative.

    header ul li.menu-item>a::before {
        height: 4px !important;
        margin-top: -2px !important;
    }
    

    Kind Regards


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

  • Michael Giles replied

    Awesome thank you!

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