HI, we just bought the BBQ theme. the only small thing is that we would like to chance the menus items from all caps to one upper case and the rest in lover case.
can that be done?
you can see the page here if you want.
http://www.platanol.dk/
thank you
Hello there,
Thanks for writing. That’s part of the default design and it’s set in the CSS rules.
What you can try is adding some custom CSS in order to override the default ones. Something like this should work:
#navigation .nav li a{
text-transform: capitalize;
}
You can read here how to add custom CSS: nicethemeswp.com/support/theme-docs/bbq/#custom-css
Best,
Juan.