Viewing 3 reply threads
You must be logged in to reply to this topic.
Is there a way to change the color of a single menu item?
Example: I’d like the menu item “client login” to stand out from the rest with a different color or bold or both as I don’t really like the button up there.
Or if there is a way to customize the button for the top nav/menu area, that would also suffice.
https://globimus.com/clearpathalerts/
Thank you!
Hello,
You can add this code into your custom css box, to customize that buttons style separately from the rest:
li#menu-item-3696 a {
color: #f4524d !important;
}
li#menu-item-3696 {
border: 2px solid #f4524d;
height: 50px !important;
margin-top: 32px !important;
}
This will be the result: https://postimg.org/image/1e8jsozxh7/
change the values to your wish.
Best regards!
Hi – does this work for the Tower theme as well? With the current COVID-19 situation my client needs to have a single menu item colored red all the time. The remaining menu items are black.
Thank you!
Mark
Yes, it is possible. Let me know which of the menu items you want to make red.
Let me know.
Regards!
You must be logged in to reply to this topic.