Changing The Color Of Each Nav Menu Item

How can I change the color of each individual menu item in Pro?

Hi Matth,

To achieve that, you can add a unique class to each menu item.

Then you can change the color using that class by adding the code below in Theme Options > CSS

body .my-home a {
   color:red !important;
   background:blue !important;
}

Hope this helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.