SECURE-PRO Font size on mobile

Home Forums All Other Themes SECURE-PRO Font size on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148723
    JOEL MULLERJOEL MULLER
    Participant
    • Topics: 3
    • Replies: 9
    • Total: 12
    Member since: March 19, 2020

    Hi, I’m using Secure-Pro and I would like to change the size of the fonts (h1 to h6 and p) for the mobile.

    Some of Hn are too big on mobile. Can you, please, provide me the custom css to apply ?

    I also would like to have font-weight :normal

    I’ve created a page with the all sizes Hn and P : https://www.fenix-gsm.be/test-fonts/

    I look forward to hearing from you.

    Best regards.

    Joel

    #148759
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    h1.page-title, h1 {font-size: 26px;}
    .thn_post_wrap h2 { font-size: 22px;}
    }

    Regards,
    Chris

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