Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #995333

    How to change the font size ? I trying change the Default content font size(The default font size for your content (eg: blog post content),but mobile font size still unchanging
    Thank you in advance for your help!!!

    #995368

    Hey yohopower,

    Thank you for using Enfold.

    You should be able to change that in the Enfold > General Styling > Fonts panel. Look for the “Default content font size” settings. You can also change the style of certain elements in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    #996607

    I use this function.I found PC is changed but mobile font size still unchanging。
    why?

    #996679

    Hi,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #996998

    WEB:https://www.yohopower.com/good-recommended/yoyo-man/selena991.html
    You can Comparison PC&Mobile font size is different。

    Thank you in advance for your help!!!

    #997041

    Hi,

    Thanks for that, though I can’t reproduce the problem on my end. On the page you posted I can see the page using the Cardo font in 16 and 14 pixels both on desktop and mobile. Could you try to load the page in an incognito window using Chrome on your mobile device to see if that helps?

    Best regards,
    Rikard

    #997410

    How can I set up that mobile device font the same as desktop?
    Can I adjust from CSS?
    How to do?

    #997448

    Hi,

    The body or paragraph font size is set to 14px on desktop and mobile view. Is that what you want? You can use this css code to adjust the font size on mobile view.

    @media only screen and (max-width: 767px) {
    body, body .avia-tooltip {
        font-size: 13px;
    }
    }

    Best regards,
    Ismael

    #997861

    yes !!That is what I want。Thank for your help

    #997874

    What is the default value of mobile view?

    #997906

    Hi,

    The default value is the same as you set in the theme options, you can override it with Ismaels code though.

    Best regards,
    Rikard

    #1007802

    Hi,
    I tried hidden below function,but Mobile still display,How to fix ? Tks!
    .blog-categories.minor-meta {
    display: none !important;
    }
    .comment-container.minor-meta {
    display: none;
    }

    #1008030

    Hi,

    Try adding this to target mobile:

    @media only screen and (max-width: 767px)  {
    .blog-categories.minor-meta {
    display: none !important;
    }
    .comment-container.minor-meta {
    display: none;
    }}

    Best regards,
    Jordan Shannon

    #1008150

    Hi,Jordan Shannon
    Sorry ,now is work,because I set up wrong way!!

    #1008265

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1011088

    Hi,Rikard

    If I want the article in the page,Add some more reading articles。
    How can I do this?or other recommended plugins

    Thank you in advance for your help!!!

    #1011156

    Hi,Rikard

    I do not know why,My website has become like this…

    #1011252

    Hi yohopower,

    Can you explain a bit more, please, what the issue is now and what you’re trying to achieve?

    Best regards,
    Victoria

    #1012119

    Hi,Victoria
    I think I found the problem.looks like From the website Secure Sockets Layer。
    Now solved ^^

    #1012150

    Hi,

    Great, glad you found the problem and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1012181

    Hi,Rikard

    Another problem,I have tried on the website Add a button on the right side of the screen。
    How to set it up can also be displayed on the mobile view?
    (悠活原力(Yohopower)購物網)

    Thank you in advance for your help!!!

    #1012247

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Display font size on mobile’ is closed to new replies.