help with css top menu

cs-cart 3

Hi I need some help styling the top menu.

What i need is this , in the top menu i have a button that has no drop down, when it is active i need it to be a certain color, i have managed to change the color of a menu button that has a drop down, but not for buttons that dont have a drop down.



the code is this

```php

  • Δίκτυο Διανομής

    ```
    I tried this with no luck

    ul.dropdown-multicolumns > li.cm-active > li.nodrop {
    color:#000 !important;
    }

    the css for the buttons that have a drop down is this (but they have the class in the a element)
    ul.dropdown-multicolumns > li.cm-active > a.drop {
    color:#000;
    }

    any help would be appreciated

    thanks in advance
  • I also need answer here. How come nobody answered this topic???