This topic has 10 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello,
If you look at my menu set up for “Hers” I have two categories under it, how do I have the category title display and have it centered(as right now it only displays title when you scroll over it and the title is not centered). I would like it to look more like the preview sample you guys have on classico theme victoria demos menu where the titles show and are centered and highlight when the mouse goes over it as it’s visually appealing. Thank you.
I noticed the menu sub titles appear on safari and chrome browsers, but not on firefox browsers? Also like mentioned in above the menu titles are not centered and I would like to have it centered. It’s odd because the menu colors are different in firefox compared to safari/chrome.
Hello,
Please add this code in Global Custom CSS:
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a {
color: #5969ff;
text-align: center;
}
Best regards,
Jack Richardson.
That centered things thank you for that. But if you look on a firefox browser the menu titles still don’t show unless you hover over it? For safari/chrome browsers they are visible.
Hello,
I’ve added “!important” to the color value in the code.
Please check now.
Best regards,
Jack Richardson.
Yes the sub menu titles now show on firefox. I noticed now that on all the browsers when you hover over the sub menu title it does not highlight or change color on the title any longer. Can you please correct that? Thank you.
And sorry to add to this but can I have the sub menu titles be underlined only when I hover over it? Thank you.
Hello,
Please try to use the following code in Global Custom CSS.
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a:hover{
text-decoration: underline;
}
Regards,
Robert Hall.
Great thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up