• Resolved Teddy_c

    (@teddy_c)


    Hello everyone,

    I am sorry to ask such a basic question, but I can’t figure out how to increase my menu font-size – even after looking at different topics and trying different stuff. Also, I would like to reduce the space at the bottom of my menu (between the menu and the grey line) and I can find how to do that.

    I use a the penscratch theme. Here is my website https://www.thesofachronicle.com

    Thank you a lot. I do appreciate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Teddy,

    You’ve got a nice site there!

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .main-navigation a, .main-navigation a:visited {
    font-size: 12px;
    }
    
    .site-header {
    padding: 0 0 24px;
    }

    Change the numeric value in first part to what ever suits you the most for the font size. Also remove font-size 110% that is added in custom CSS. As for the space between the menu and grey line please reduce the last numeric value (24px) in padding property to reduce the space.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Teddy_c

    (@teddy_c)

    Thanks a lot it worked perfectly!
    Awesome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme Penscratch] Font problem’ is closed to new replies.