Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #55348
    Katherine
    Member

    My primary menu (nav bar?) sits under my header on a dark gray bar. I have tried everything but it will not let me change the font and size of the menu text. (right now it’s white text, all caps, but tiny and not sure what font)

    I’d like menu items to show up in Oswald, all caps, white text, at a size 20.

    Is there a bit of CSS that might let me override the theme settings?

    Thanks so much for any help!
    Kady

    #55418
    Katherine
    Member

    So here’s what I’ve tried and oddly, it seems to change the actual font but nothing else about the text. Please help!

    #header-menu {
    font-family: Oswald;
    font-style: bold;
    font-size: 24
    text-transform: uppercase; }

    #55435
    Sakin
    Keymaster

    @Katherine: First of all to change the font family to Oswald. You need to go to “Appearance => Theme Options => Font Family Options” and set any one element Font as Oswald. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu a {
        color: #fff;
        font-family: "Oswald",sans-serif;
        font-size: 20px;
        text-transform: uppercase;
    }
    #66102
    ryanhock
    Member

    @Sakin: I am trying to fit all of my menu tabs onto one row. I see you keep telling everyone to go to Appearance-Theme Options-Custom CSS. I am not finding that on my modernize theme. The website I am working on is parkfieldfamilydental.com. There was a person that worked on this before me so I think that they added the padding. When I go to Appearance all I find is Themes, Customize, Widgets, menus, editor. Please help, just want to know where to add the codes to and how to find it. Thank you!

    #66570
    Sakin
    Keymaster

    @ryanhock: But you are not using our theme. We only support theme developed by us http://catchthemes.com/themes/

    #67534
    Ruthy
    Participant

    I’m trying to do the same- change the font in my menu to a TrueType font. Is this possible? And if so, how?
    I’m using Catch Responsive theme. Under Appearance>Customize>Theme Options, (or anywhere under Customize) I can’t find any place to upload or change a font. If there’s a CSS customization I can do, please let me know.

    Thanks!

    #67553
    Sakin
    Keymaster

    @Ruthy: There is no font option in Catch Responsive Free theme. There is only in pro version. You can search for font plugin in http://wordpress.org/plugins

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘change menu font/size’ is closed to new replies.