Comments 1mtmymtm started the conversationOctober 12, 2019 at 9:18pmHow 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! 1mtmymtm repliedOctober 12, 2019 at 9:19pmAlso 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? 675Neuron repliedOctober 14, 2019 at 8:52amHi,1) Amartha logo is a custom made logo by our team. https://prnt.sc/piyw9gThe 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. Sign in to reply ...
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!
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?
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.
To Customize the color on hover and in active, you can add the style.
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.