Hi, in my general styling the font size is set to 21px and that is the case on all the pages. But on blog posts, the font is 24px… Why is this happening and how can I fix this so that the font on blog posts would also be 21px.
Thanks.
Hey DROR,
Can you disable caching and minification for now? So that we can see where exactly that rule is coming from.
Best regards,
Victoria
Done. Thanks.
Hi,
Thanks for that. Please try the following CSS:
.has-fs-21-px-font-size font font {
font-size:21px !important;
}
Best regards,
Rikard
Hi, doesn’t seem like its working.
Hi,
Have you tried adding the code to the very top of quick css? Also be sure clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, no change.
Hi,
Try the following:
.blog .has-fs-21-px-font-size font font {
font-size:21px !important;
}
Best regards,
Jordan Shannon