This topic has 8 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hello,
I have 1 menu item called DONATE and I would like it to be a different colour from the rest.
What is the custom css I need to use? I would like to use this colour E1C46F
Thanks,
Hello,
Try the next code:
.main-nav .menu .menu-item-87 a,
.fixed-header .menu .menu-item-87 a {
color: #E1C46F !important;
}
Regards
Hi,
This worked! Many thanks.
I would like this and and rest of the menu to be the same when viewing the site on a mobile device. Currently it is not. The menu items on mobile device are kinda grey and turns black when clicking on, and turns back to grey.
What code shall I add?
Hello,
Theme Options > Typography > Mobile menu font > Font Color.
Regards
Thank you, but I can only change the colour of the menu items. I also would like the DONATE menu item to be same colour than desktop version.
Change this code http://prntscr.com/rbds74 to
.main-nav .menu .menu-item-87 a,
.fixed-header .menu .menu-item-87 a,
.et-mobile-menu .menu-item-87 a {
color: #E1C46F !important;
}
Regards
Thanks, this is perfect!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up