Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12509

    Hi,

    How do I change the font size in the menu?
    http://www.beyouloveyou.com

    thanks, p

    #12530
    Sakin
    Keymaster

    @paulinepkehoe: You can change the font as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen above 1000px */
    @media screen and (min-width: 1000px) {
    #header-menu ul.menu a { font-size: 16px; 
    }}
    #12533

    Hey Sakin,

    When I put that in to the CSS then the menu color changed as well as the font. ?

    #12534
    Sakin
    Keymaster

    @paulinepkehoe: You can see in my css that is only for font size. Maybe you have change the color in your Theme Options color options settings.

    #12535

    I took the code out and everything went back to the way that it was. Yes, I did changed the color of the menu. So, how do I use the code AND not change the font/and background color of the menu?

    #12537
    Sakin
    Keymaster

    @paulinepkehoe: You can just add the above css. There is nothing for color. Your color in controlled through “Appearance => Theme Options => Color Options”

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