-
Hi team!
I want to change my menu style to like the one in the demo here: http://webdesign-finder.com/lifecoach/
Can you help how to change the styling? Mine is currently showing very bold and underlined
Thanks!
Hello!
In order to edit your menu style you can count on our theme customizer and set colors and typography.You can reach it in Appearance -> Customize.
Menu typography can be styled by editing its relative settings in Appearance -> Customize -> TypographyBy default there is no option to delete the underline style of menu items.
You can change the style by adding some CSS code in Appeareance -> Customize -> Additional CSS. Copy and paste this little CSS snippet:.qt-menubar ul.qt-desktopmenu>li>a:not(.qt-btn-ghost):not(.qt-logo-text)::after { display: none; }
For all other theme customizations, take a look to his manual page:
http://www.themes2go.xyz/manuals/lifecoach/knowledge-base/customizing-your-website/
Hope this helps,
AndreaGreat! Thank you that worked a treat!
Any advice on how I can get social icons in my menu header like the demo? http://webdesign-finder.com/lifecoach/Thanks in advance – great theme!
Sorry! Dont worry about the above – I have worked out how to add the social icons – now just need to figure out how to make the whole menu RIGHT ALIGNED instead of left – can you help?
Thanks so much
kendallHi Kendall!
currently there is no such functionality for the menu.
You can add this snippet in your Customizer as the previous I’ve sent you but all the header (included logo) will shift to the right and I think is not a good solution..qt-desktopmenu {float:right}
Andrea
Glad it works! 😉
If you have any other questions don’t hesitate to open another ticket.Best,
Andrea
The topic ‘Changing the menu style’ is closed to new replies.