Jump to content

Change the color of one item on menu


Recommended Posts

You can try to add the following to your custom.css ( /themes/your_theme/assets/css/custom.css )

/* Set color for the category link */
#category-6 a.dropdown-item {
  color: #ff0000 !important; /* Change the color as needed */
}

/* Set color for the category link on hover */
#category-6 a.dropdown-item:hover {
  color: #00ff00 !important; /* Change the color on hover as needed */
}

Link to comment
Share on other sites

9 hours ago, EPHG said:

You can try to add the following to your custom.css ( /themes/your_theme/assets/css/custom.css )

/* Set color for the category link */
#category-6 a.dropdown-item {
  color: #ff0000 !important; /* Change the color as needed */
}

/* Set color for the category link on hover */
#category-6 a.dropdown-item:hover {
  color: #00ff00 !important; /* Change the color on hover as needed */
}

Hello,

I tested it out and nothing has changed…

Do you have any other solution ?

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...