Hi,
I’m trying to get the menu items too underline when you hover over them but I can’t seem to get it to work.
An example of that is going to the menu item Solutions > • Prescriptive Analytics
Thanks!
Hi MikeTandySwag,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#header_main .avia_mega_menu_columns_3 .sub-menu > li > a:hover >.avia-menu-text {
text-decoration: underline;
}
Hope it helps.
Best regards,
Nikko
Thank you! That worked!
How can I adjust the line height on “Performance Management Platform” menu item?
Thanks!
Hi,
Thanks for the update. I’m not sure I fully understand your intentions, could you try explain what you are looking to achive a bit further please?
Best regards,
Rikard
Of course! For the menu item “Performance Management Platform” when the word “Platform” drops to the second line I’d like the make the line height gap smaller so the word “Platform” doesn’t look like another menu item.
Hi MikeTandySwag,
Thanks for giving us the context, please add this CSS code:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
line-height: 1.2 !important;
padding-top: 6px;
padding-bottom: 6px;
}
Best regards,
Nikko
Awesome! Thank you!
Hi MikeTandySwag,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko