By default, all the color menus will have the same color. If you want to show color for each individual menu item, you must have some knowledge about HTML & CSS.
For example the color of the "Practice Management" item"
This worked great. I'm also trying to change the current menu item colors in archive posts. I also want them to be different colors depending on the category. It defaults to the universal color.
Unfortunately, there is no option to add the color for each category in the menu item. We'll consider adding this as an extra feature in the future update.
How can I change the color of each individual menu item? For instance, I want "Clinical" to be orange, "Practice Management" to be blue, etc.
I also want the hover to be individually color coded.
Thank you!
Hi,
By default, all the color menus will have the same color. If you want to show color for each individual menu item, you must have some knowledge about HTML & CSS.
For example the color of the "Practice Management" item"
#menu-item-1016 is the ID of the menu item, you can find the menu item by opening the browser development mode:
Regards,
PenciDesign.
This worked great. I'm also trying to change the current menu item colors in archive posts. I also want them to be different colors depending on the category. It defaults to the universal color.
Hi,
Unfortunately, there is no option to add the color for each category in the menu item. We'll consider adding this as an extra feature in the future update.
Regards,
PenciDesign.
Any way to do this with CSS? I couldn't figure the combination of classes to find the "current" menu item.
Hi,
Here is a class name of the current menu item, you can modify it as you want:
Regards,
PenciDesign.