Appearance of the menu item
-
good day
I need the menu item to be underlined and blue (as the look of a traditional link)
http://joxi.ru/MAjbB71Sj11aZA
It is necessary for the site visitor to understand that this is a link and not a plain text.
I tried to search here but did not find how to do it.
http://joxi.ru/v29XGdWfZRRLLm
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mega-menu-list li a span{
text-decoration:underline;
}
Best Regards
I don’t need to do this in the whole menu.
I need to specifically put here http://joxi.ru/Dr84PW6hoJJxer
Can I do this through the Extra class name?
Hello,
Please assign a class to the items which you need and send me the screen which one to check on the frontend.
Best Regards
Extra class name
Subcategory-cichlid1
http://joxi.ru/5mdvBN7h3aq4wA
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .Subcategory-cichlid1 li a span{
text-decoration:underline;
}
This code underlines the items which have the class: https://gyazo.com/3355f7cff8e63c19c15e8b8f28b6b11c
Best Regards