Mobile font size?

Home Forums Gillion Theme Mobile font size?

Home Forums Gillion Theme Mobile font size?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • borishar
    Participant

    Which setting do I use to increase the font size for posts and pages on mobile phones? I tried all the settings, but only desktop font size changes and not the mobile.

    Hi @borishar,

     

    I hope you are well today and thank you for your question.

     

    If you change the desktop font size then the same should be changed on mobile.

     

    Could you please tell me how you have changed the font size?

     

    Also, could you please share your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    borishar
    Participant

    https://totalscam.com/hello-world/

     

    Here is the URL. I did change the font size, but I am talking about not the article itself, but the font on the CARDS. See attached. The font is too small.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can change the content text font size on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 767px){
    #page-container .post-content {
        font-size: 15px;
    }
    }

    borishar
    Participant

    thank you!!

    borishar
    Participant

    Thank you so much. Can you also tell me how to increase the font to match the rest of the website theme on the widget? I attached the screenshot.

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Please use below CSS code to change that widget font size.

     

    .sh-widget-posts-slider-style1 h5.post-title {
        font-size: 16px;
    }

    borishar
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 9 posts - 1 through 9 (of 9 total)