Okay
  Public Ticket #2111533
Menu design
Closed

Comments

  • kaspars_strazdins started the conversation

    Hallo,

    Can you please give me a hint, where I can change menu design? Let say, change hover strikethrough line, change orange line color to other, etc.?

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    If you want to see how a custom header can be created, please check on the following URL.

    https://www.youtube.com/watch?v=it4mwiu1tGw&list=PLQ6ar32WAK87_Ntwui3kmPOmIVhem19wu

    The strike color can be changed via the following Custom CSS.

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

    If you want to remove it simply add.

    ul li.menu-item > a::before {
       display: none
    }

    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.