Hello,
I need to change the font size for the unordered and ordered lists. They seem to be smaller than the body text. I used this CSS and it didn’t seem to work. All text should all be 13.5px.
body p {
font-size: 13.5px !important;
}
.post-content ol,
.post-content ul,
.post-content li {
font-size: 13.5px !important;
line-height: 1.6em !important;
margin: 0 0 1em 1.5em !important;
padding: 0 !important;
}
Here’s the page that shows the different sizes. The lists are 13 px. I cleared the cache and it’s not updating.
Any help would be appreciated. Thanks!