jbst icon indicating copy to clipboard operation
jbst copied to clipboard

colors of the menu

Open bassjobsen opened this issue 12 years ago • 1 comments

  • question : how to change the color of the background menu of the 2nd level ? there is the default bootstrap blue.
  • color of user drop down menu
  • how to modify the color of skematik custom menu

bassjobsen avatar Oct 26 '13 08:10 bassjobsen

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.

bassjobsen avatar Oct 26 '13 13:10 bassjobsen