Home › Forums › WoodMart support forum › Menu font color Menu font color This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 31, 2020 at 7:54 pm #170871 TigoVapeParticipant Hi! We want to change the color of JUST ONE menu item. Like this —> https://prnt.sc/qvs0kp We tried with advanced typography, but the “Main navigation link” changes all the items. Where can we edit the color of a single item? Thanks. January 31, 2020 at 8:37 pm #170885 Elise NoromitMember Hello, You can assign a class inside of the menu item and change it with the custom CSS. You can find instruction on how to do it here: https://xtemos.com/docs/woodmart/create-menu-2/ If you need help with custom CSS, contact us as soon as you insert the class. Best Regards January 31, 2020 at 8:58 pm #170890 TigoVapeParticipant Thanks! We already found it. This is the class that we are trying to use –> https://prnt.sc/qvswhy How can we create or format that class? Thanks in advance. January 31, 2020 at 9:19 pm #170898 Elise NoromitMember Hello, I do not see the added class and please note: you do not need to insert dot, just a word which would be a class. Please provide the site admin access to the private area. Best Regards January 31, 2020 at 9:30 pm #170900 TigoVapeParticipant Login info on private. Please show me how to do it, if you can. February 1, 2020 at 8:11 am #170928 Elise NoromitMember Hello, Here is how the class is added: https://gyazo.com/12bfbee331f14861243ccd53191da044 Please add this code to the Theme Settings > Custom CSS > Global: body .whb-color-dark .navigation-style-separated .oferas-semana > a { color: red; } body .whb-color-dark .navigation-style-separated .oferas-semana > a:hover { color: red; } Best Regards February 1, 2020 at 1:53 pm #170984 TigoVapeParticipant Thanks! It worked. How can we make this work on mobile aswell? Thanks in advance. February 1, 2020 at 3:25 pm #171000 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Tablet/Mobile: body .site-mobile-menu li.oferas-semana a { color:red; } Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register