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!
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
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.
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
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
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
Thank you Rikard i do it immediately