Home › Forums › WoodMart support forum › Extra menu list title CSS selector Extra menu list title CSS selector This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 26, 2018 at 3:52 pm #98501 Adrenaline22Participant What’s the easiest way to target the title of the Extra menu list element with CSS? December 26, 2018 at 4:55 pm #98511 Elise NoromitMember Hello, It depends on the menu type where this element is used, for example, on our demo in main navigation it is body .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a{ color:red; } I mean this menu http://prntscr.com/lzsy4z Provide your page URL and tell which menu you need. Best Regards December 27, 2018 at 10:36 am #98616 Adrenaline22Participant Check my footer menu column titles December 27, 2018 at 12:22 pm #98634 Elise NoromitMember 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 December 27, 2018 at 12:48 pm #98637 Adrenaline22Participant would you advise to use the extra typography inteface or using custom css? which method produces less CSS files? December 27, 2018 at 2:09 pm #98661 Elise NoromitMember Hello, Both ways are good. Advanced typography does not require CSS skills Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register