How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support CasinoTheme – fonts are extremely small on mobile (iPhone)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12713
    Roman
    Participant

    Hello,

    I have a problem with CasinoTheme – I try to change fonts in theme settings, but it doesn’t affect mobile fonts. When I do changes, I notice than on PC fonts get bigger, but, alas, not on mobile: they stay the same.

    Sub-headers are fine, but other content is too small, very uneasy to read.

    I would like to make this find 2x bigger, so mobile users will be able to read it.

    Maybe you’ll suggest a css code I can insert into my Child theme? Or give me advice where to change it in css?

    example

    • This topic was modified 3 years, 2 months ago by Roman.
    #12732
    admin
    Keymaster

    Hi Roman,

    Can you please send me a link from your site and more details about a specific part with you notice small fonts?
    Because we haven’t noticed something like that before I believe there is a chance to be related with custom changes or a plugin but in order to be sure is best if I can check it first!

    #12733
    Roman
    Participant
    This reply has been marked as private.
    #12755
    admin
    Keymaster

    Hi Roman,

    As I can see you are using the “old version” of CasinoAce + Poka Review Plugin.
    To me the size of font looks fine on mobile but if you want to make it bigger then you can change it!
    In Theme Options -> Visual Styles you can change the “font size root” and all your fonts will affect from this change.
    Default is 16px and you can try 18px for example.

    If you want to change the font size only in mobile then you can add the following in your Appearance – > Additional CSS:

    @media (max-width:767px){
      html { font-size: 16px; }
    }
    
    #12775
    Roman
    Participant

    Thanks a lot! That helped 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.