Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi saveongolf

    You need to change the following values and add it to you custom css or child theme

    .navbar .nav > li > a {
    font-size: 16px;
    color: #777777;
    }
    
    .navbar .nav > li > a:first-letter {
    font-size: 17px;
    }

    In answer to your first question, You’ll find most of it in your https://saveongolf.net/wp-content/themes/customizr/inc/css/black.css file. But it’s pretty infathomable, as it’s several thousand lines long (much of it generated by the twitter bootstrap generator).

    Using Firebug is a much easier way of figuring out what’s going on and will help you solve these problems. Start here.

    Thread Starter saveongolf

    (@saveongolf)

    Thank you both! ElectricFeet…. I watched the video and installed Firebug. Never knew anything like that existed! I fooled around with it a little but since the game is on I’m getting easily distracted! lets say I change a style that gives me the look I want in Firebug. What do I do now? Do I copy that part of the code and add it to the custom css style box thing, or do I have to actually go into the code itself? Thanks very much!

    Thread Starter saveongolf

    (@saveongolf)

    I’ve been fooling around with firebug and even with this great tool I’m pretty lost. I’m just trying to get the menu font to appear larger and nothing I change with firebug affects it. Very frustrating. I make changes and nothing happens. I can change the color of the font, that’s about it.

    Salsaturation…I tried adding the code to the custom css area and nothing changed. Is it supposed to work from there, or is that what the code is now and I’m supposed to change it to something else maybe?

    Thanks guys. You may want to punt with me on this, I’m not a coder by any stretch.

    The code that salsaturation gave you is the current code. Past it into your custom.css and then change the font-size #’s to your liking.

    Thread Starter saveongolf

    (@saveongolf)

    getting the hang of it now! Still pretty clueless but getting the hang of it! thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change font size in menus’ is closed to new replies.