Home › Forums › Support › Menu Plus different colour for the submenu dropdown arrow › Reply To: Menu Plus different colour for the submenu dropdown arrow
October 19, 2015 at 10:08 am
#145688
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;
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development