You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure what the question or questions are here.
To change the hover color of the dropdown menus you will need to add custom css (theme options > Custom Css)
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus , .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #F3F2F1; }
Change #F3F2F1 to the color you want. Option add a font: {color} to let the font fit the hover color.
Should this option be part of the customizer?
You can set the main color of the buttons in the customizer (Navbar > Account/Login Button Style / Shopping Cart Button Style). At the moment only the default Twitter's Bootstrap colors (http://getbootstrap.com/css/#buttons) can be chosen. I will add a new issue (#73) for more colors.
The text was updated successfully, but these errors were encountered: