Okay
  Public Ticket #887842
Main Navigation links
Closed

Comments

  •  2
    ad started the conversation

    how can i change the main navigation font?? Is there an option in the theme or will i have to edit css?

  •  840
    Jelly replied

    Hi,

    It will need change the style in css. So you want the new font in google? I can help you do it, tell me the font name.

    Best Regards,
    Jelly Team

  •  2
    ad replied

    I want to change the navigation links to "OSWALD".

  •  840
    Jelly replied

    Hi,

    I had changed it for you, you can check the new css in: Appearance -> Edit CSS.

    Best Regards,
    Jelly Team

  •   ad replied privately
  •  840
    Jelly replied

    Hi,

    I had updated it again, please check your website.

    Best Regards,
    Jelly Team

  •  2
    ad replied

    its still in all lowercase. Can we make it all uppercase or can you show me where in the css file to make the change thanks

  •  840
    Jelly replied

    Hi,

    You can go to Appearance -> Edit CSS and change the css like below:

    .navbar-default .navbar-nav > li > a {
    font-family: 'Oswald';
    text-transform: uppercase;
    }

    Best Regards,
    Jelly Team

  •  2
    ad replied

    solved thanks. 

  •  840
    Jelly replied

    Hi,

    Glad it's working for you now. Do you still need my help?

    Best Regards,
    Jelly Team