Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1012238

    Hi,
    I’d like to use font-size 18px on Desktop, and 14px on Mobile. I know is an option in “Advanced Layout Editor”, but I can’t edit post by post manually, I have 300 post published.
    Any CSS code for that pls?
    Thank you!

    #1012326

    Hey vpaun,

    Could you post a link to an example post please? Also please point out which text you want to change.

    Best regards,
    Rikard

    #1012332

    Is about the body text under: “Default content font size” -> General Styling. Mine is 18px.
    But i want to display 18px on Desktop and 16px – Mobile.

    #1013450

    Hi,

    Thank you for using Enfold.

    You can use this css code to adjust the font size of the single post content on desktop and mobile view:

    
    .single-content p, .single-content ul, .single-content ol, .single-content blockquote, .comment-text blockquote {
        font-size: 18px;
    }
    
    @media only screen and (max-width: 768px) {
    .single-content p, .single-content ul, .single-content ol, .single-content blockquote, .comment-text blockquote {
        font-size: 16px;
    }
    }

    Best regards,
    Ismael

    #1288536

    Good morning! I would like to make the size of the Hs and the overal text change on mobile.
    In the general settings I have already set the default font size, but I would like them to become smaller on mobile.
    THank you Silvia

    #1289304

    Hi Silvia,

    Please open a new thread, then point out the elements which you would like to alter on mobile on your actual site, so that we can help you out with some custom CSS.

    Best regards,
    Rikard

    #1290516

    Thank you Rikard i do it immediately

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