test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ragykhairy Friend
    #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 Friend
    #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.php

    ragykhairy Friend
    #797596

    And which folder should I place this css?

    timtecsa Friend
    #798236

    If 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.


    1. custom_css
Viewing 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