Okay
  Public Ticket #2182518
Change how the menu is highlighted?
Closed

Comments

  •  1
    mtmymtm started the conversation

    How would I change (I'm assuming a css style) the way the buttons are highlighted?

    I would like them to be highlighted behind the text (thick line) with a custom colour rather than being crossed out.

    Many thanks!

  •  1
    mtmymtm replied

    Also what font is the AMANTHA logo in the header using? I thought this would be set on the header text by default. How can I achieve the same look?

  •  675
    Neuron replied

    Hi,

    1) Amartha logo is a custom made logo by our team. https://prnt.sc/piyw9g

    The font family is Futura.

    2) To remove the cross line, please add the following style.

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

    To Customize the color on hover and in active, you can add the style.

    .m-nav-menu--horizontal ul li.menu-item>a,
    .m-nav-menu--horizontal ul li.current-menu-item>a {
        color: your_color !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.