This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi,
we added some CSS for a better readability on mobile at the custom CSS for mobile section.
This is what we have added:
p {
font-weight: 400;
line-height: 1.8;
font-size: 1.3rem;
}
It works perfect on pages, products, etc. … but not on blog posts. Any idea why or what to add, change, etc.
See it here: https://www.firstbeautyspa.at/pro-contra-permanent-make-up/
It also works for the sidebar on blog posts … but not the main content.
Many thanks in advance.
Also we have seen that the post title/heading is formated as H2 … any chance to change that to H1 ?
Hello,
Try to use this code for blog posts content text
.content-article p {
font-weight: 400;
line-height: 1.8;
font-size: 1.3rem;
}
Regards
Perfect, many thanks.
Have a nice day! 🙂
You must be logged in to reply to this topic.Log in/Sign up