• I want to change which font is shown when using my website from a mobile device. Right now I use a serif font, which is looking the way I want it to on desktop, but it doesn’t look good on mobile. I hope someone can help me.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @media (max-width: 992px){
    	h1 { font-family: verdana, arial, sans-serif; }
    }

    Your mobile breakpoint is 992px so you can start with something like that. I don’t know anything about your theme (shoptimizer) so I can’t say how you would implement this CSS but that’s how you would do it.

Viewing 1 replies (of 1 total)
  • The topic ‘Different header fonts for mobile use’ is closed to new replies.