The size of the text in the bulleted stylesheet is larger than the paragraph style, but only on blog posts. See example: http://www.greenshieldsjcb.com/news/show/introducing-the-jcb-js3-and-js37-tracked-excavators-40/
This size difference only affects Blog posts though, not pages. On pages they both have the same fonts size. See example: http://www.greenshieldsjcb.com/parts/
Please note, I don’t want to change the icons, or the overall size, I just want continuity across ‘blogposts’ and ‘pages’
Sorry, just be clear, I’m after some Quick CSS code if possible?
Hey!
Thank you for using Enfold.
Please use this:
#top .fullsize .template-blog .post .entry-content-wrapper ul li {
font-size: 11px;
}
Cheers!
Ismael
Ismael, that’s perfect – worked a treat, thank you.