Hi – I know I had several customizing for creating this blog post page, however just now a client just recognized that the font size doesn’t match as the rest of the page. http://www.accesssi.com/about-us/news/
The news page seems to be at 18.4 px, where the rest of the pages are 16 px. In the Enfold Font tab – it says default for blog post is 16px, so I’m not sure what the issue is. I don’t want to have to customized each blog post to decrease the font point size each time. Is there a way to fix this?
Thanks,
Hey Devon,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-271 p {
font-size: 16px !important;
}
Regards,
Rikard
Thank you Rikard. That seems to work on this page (http://www.accesssi.com/about-us/news/), but its not also working on this same duplicate news which is under the NEWS navigation bar page (http://www.accesssi.com/news/) as well.
Hey!
Please replace the code with this:
.page-id-260 p, .page-id-271 p {
font-size: 16px !important;
}
Regards,
Ismael
Thank you that works!