Home Forums Pro Themes Photo Perfect Pro How can I enlarge fonts? Google says my fonts are too small.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103268
    Sirpa Suominen
    Participant

    Hey! I have a Photo Perfect Pro theme. I received a note from Google and it says that the fonts on my site are too small. Google also says that the links in the menu are too close to each other: it’s difficult to click the links by using smartphone.

    How can I enlarge fonts on my site? There are no buttons or options to change the font size.
    Also, how can I expand the menu’s clickable link space that they are not too close to each other? And, how can I enlarge the page title text and page description text too?

    Best regards
    Sirpa from Finland

    #103270
    wensolutions
    Keymaster

    Hello

    Can you please provide us with your site URL so that we can inspect the issue further ?

    Regards!

    #103271
    Sirpa Suominen
    Participant

    Thanks for a quick answer. Here is my site https://sirpapapinaho.fi

    For example: I tried to enlarge the site title font size in ” style.CSS ” but obviously it was the wrong place to do that, because the text changed too small font – and I can’t change it back what it was earlier. Damn… Also the place of the site title is not aligner center anymore…

    Regards
    Sirpa from Finland

    #103273
    wensolutions
    Keymaster

    Hello

    Please add the below given CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    body, p {
        font-size : 16px;
    } 

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #103461
    Sirpa Suominen
    Participant

    Oh yes! That helped! Thank you very much!

    #103462
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Let us know if you have any issues further.

    Thank you.

    #103464
    Sirpa Suominen
    Participant

    I’m here again asking two questions about Photo Perfect Pro.

    1. How can I enlarge the site title font?

    2. How can I move “The Site title and the Tag line box” and “The Category box (Category menu)” back to their old places? They are now too much on the left, not aligned to center as they were earlier.

    My site https://sirpapapinaho.fi

    Best regards
    Sirpa from Finland

    #103467
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS to fix the issue.

    p.site-title {
        font-size: 40px;
    }
    
    .site-header .container {
        width: 1355px;
    }

    Hope this helps.

    Thank you.

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