Venue Theme Mobile only: change heading font size

Hello,

I’m trying to change the heading font size for bakebisbees.com mobile only. I’m currently able to switch from extra small - extra large.

Is this why trying to change the font size in theme.css doesn’t work?

Thank you!

1 Like

@bakebisbees

Can you please provide a screenshot which heading font size you would like to change?

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    @media screen and (max-width: 767px){
    .section__title-text{
    font-size: …
    }
    }
    Hope it helps!