-
AuthorPosts
-
December 9, 2015 at 5:52 pm #786913
Hello,
Some of my menu items fonts such as Home, Blog & Contact Us appear in Uppercase (BLOG, HOME etc.). How can I change them to normal e.g lowercase?
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
December 9, 2015 at 9:53 pm #788993.navbar-default .navbar-nav > li > a {
color: #505656;
padding: 13px 26px;
text-transform: none;The custom.css above does it on my Uber Business demo site.
http://uber-biz.gpmnews.com/index.phpDecember 10, 2015 at 7:43 pm #797596And which folder should I place this css?
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
December 10, 2015 at 9:03 pm #798236If you don’t have a custom.css file you create it in /templates/uber/css and paste into it the following:
.navbar-default .navbar-nav > li > a { text-transform: none; }
P.S. I usually create a new custom.css file using Filezilla so in FileZilla’s View/Edit it looks like this attachment, below, but you actually only need the 2 lines above plus closing } below.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by timtecsa 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change menu item font from uppercase to normal
Viewing 4 posts - 1 through 4 (of 4 total)