Home Forums WoodMart support forum Extra menu list title CSS selector Reply To: Extra menu list title CSS selector

#98634

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