Stow theme font issue

  • Unknown's avatar

    Hi everyone,

    I wonder if I can change the font size on Stow’s main menu.

    I looked everywhere in the CSS files/code, tried a bunch of different places where I thought it could work, but I didn’t have any luck.

    I even saw the menu font size changing for a split second and then going back to where it was size-wise, as if one CSS command was overridden by another (not sure if that’s even possible)

    The page is sound-alchemists.com

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    For this site, it looks like this CSS will be of us:

    
    @media only screen and (min-width: 560px)
    body:not(.fse-enabled) #site-navigation.main-navigation ul li a, body:not(.fse-enabled) .main-navigation.main-navigation ul li a {
        font-size: 1.83333rem;
    }
    

    It looks like this is a self-hosted WordPress site, so our support may be out of scope in places.

    That said, I hope the above works for the site!

  • The topic ‘Stow theme font issue’ is closed to new replies.