Hi Team,
I want to change one item on my main nav menu to a red and I went into the menu section and added a class to it but I cannot seem to get it to change the color. Here is the css I am using. What in your thoughts am I doing wrong. What am I missing?
#top #header .seubutton {
color:#e31b23 !important;
}
Thank you!
Hi,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi Jordan,
Sorry about that, I thought I included it in the private content section but I must’ve missed that. I have added it here below.
I appreciate it!
Hi,
Add this to quick css:
#menu-item-477 a .avia-menu-text{
color:#e31b23 !important;
}
Best regards,
Jordan Shannon
Thanks Jordan. I forgot to look for the menu item number. That solved it for me. Thank you so much!
Hi,
No problem at all, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon