Home › Forums › WoodMart support forum › Extra menu list title CSS selector › Reply To: Extra menu list title CSS selector
December 27, 2018 at 12:22 pm
#98634
Elise Noromit
Member
Hello,
Here it is:
body .mega-menu-list>li>a {
color: red;
}
You can take this selector body .mega-menu-list>li>a
and assign styles in the Theme Settings > Typograply > advanced typography.
You would better to add a class to Extra menu list item to avoid influence on other menu items in future.
Best Regards