• Resolved madisunanne

    (@madisunanne)


    Hello,

    Novice WP.org user here,…

    I am trying to change the font size of the menu text on my blog.
    I have searched the forums, & I cannot find the exact information I need.
    Can anyone tell me what I need to do to create the change?

    I have a child theme, & if I get step-by-step instructions, hopefully, I can have a go…

    Here is my blog: https://www.aninchofhope.com

    Any help would be appreciated.

    Thank you,
    madisunanne.
    <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • the font-size for the menu is defined in the #access style section;

    i.e. add these with new font-sizes to style.css of the child theme:

    main menu:
    #access ul { ... }
    dropdown:
    #access ul ul a { ... }

    using Firebug https://getfirebug.com/ or a similar browser tool might help with indentifying these css selectors.

    Thread Starter madisunanne

    (@madisunanne)

    Thank you, alchymth!
    With your help, I was able to change the font size.

    madisunanne.

    <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Font Size in Twenty Eleven Theme’ is closed to new replies.