Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colors of the menu #71

Open
bassjobsen opened this issue Oct 26, 2013 · 1 comment
Open

colors of the menu #71

bassjobsen opened this issue Oct 26, 2013 · 1 comment
Labels

Comments

@bassjobsen
Copy link
Owner

  • 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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant