Can you post a link to your site?
http://aly.wpdevcloud.com/ here is it,
but when I could here you see what happened, the buttons are under each other and with a grey color
try adding this to your custom css, or at the bottom of your style.css file.
.navbar-default .navbar-nav > li > a {
text-transform: initial;
}
Be aware that if you edit the theme’s stylesheet directly, you’ll lose those changes if the theme is ever updated in the future, to fix bugs or security issues or to add new features. Better to use a custom CSS plugin (as Mr Case suggested) or your theme’s built-in custom CSS option, if one exists.
Thanks,
but the code you provided didn’t work.
are you sure? it looks like it did…