Reply To: Navigation Menu Active Tab Gradient?

Home Forums Support Navigation Menu Active Tab Gradient? Reply To: Navigation Menu Active Tab Gradient?

Home Forums Support Navigation Menu Active Tab Gradient? Reply To: Navigation Menu Active Tab Gradient?

#145327
Tom
Lead Developer
Lead Developer

Weird, so you’re using that plugin to add the CSS? I’ve never used it.

What if you add !important to the end of your CSS?

Like this:

.selector {
   background: my-value !important;
}