Reply To: Menu Plus different colour for the submenu dropdown arrow

Home Forums Support Menu Plus different colour for the submenu dropdown arrow Reply To: Menu Plus different colour for the submenu dropdown arrow

Home Forums Support Menu Plus different colour for the submenu dropdown arrow Reply To: Menu Plus different colour for the submenu dropdown arrow

#145688
Tom
Lead Developer
Lead Developer

You could try something like this:

a.dropdown-toggle {
    background-color: #000000;
    color: #FFFFFF;
}

a.dropdown-toggle:hover,
a.dropdown-toggle:active {
    background-color: #000000;
    color: #FFFFFF;
}