How can we help?

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

Home Forums PokaTheme support Font size is different on pages

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5960
    Emre Goktas
    Participant

    Hello,

    I have changed the font size as;

    div {
    font-size:medium;
    }

    However, it does not work on specific pages such as /review/example-casino even though everything is fine on simple pages. Is there anything you can suggest?

    #5997
    admin
    Keymaster

    Hi Emre,

    In some elements there are specific styles for the font size that override the global font size that is set in body element.
    For the elements that don’t change you have to see them with the browser inspector and add a more specific CSS rule, for example:

    `.head-main .text-intro h1 { font-size: 20px; }`

    #6007
    Emre Goktas
    Participant

    Hello,

    Thank you so much for your reply. Unfortunately, it didn’t work, or I couldn’t add it properly. I am trying to make the font higher in ” <div class=”single-post text-area”> ” however, that would take a lot of time for me to set the specific elements for each section to make all the fonts symmetrical. Could you recommend me anything else?

    #6011
    admin
    Keymaster

    Indeed it requires a lot of changes if you want to make everything bigger.
    We plan to add a new option in Visual settings so you can change the root font size easily and all the rest of fonts should resize accordingly.
    Stay tuned for the next version!

    #6020
    Emre Goktas
    Participant

    Thanks again for the reply. I really enjoy your theme, and I want to keep using it. Anyway, the font size is really bothering me. Could you please help me with that? I could send you the URL if you could make the threat hidden.

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