Hi there,
I would love to change the case of the items in the menu/ navigational bar (home, blog, etc, right below 'search') so that they are not all caps.
That is, similar to the following discussion, but for the items in the menu:
http://support.apollo13.eu/discussion/comment/3858#Comment_3858Thank you so much!
Comments
I think this custom CSS should work for you:
.top-menu li a {PS. Thanks for nice comment on ThemeForest!text-transform: none;
}
With kindly regards.