Hey Themeco Team,
I’m trying to style my ul li using CSS but for some reason they’re rendering larger than the p fonts. Here’s the CSS I’m using:
ul, li {
font-family: Helvetica, Arial, “Lucida Grande”, sans-serif;
font-weight: 300;
font-size: 1.25em !important;
line-height: 1.75!important;
}
p, .p {
font-family: "Helvetica, Arial, “Lucida Grande”, sans-serif;
font-weight: 300;
font-size: 1.25em !important;
line-height: 1.75 !important;
}
Can you suggest a way to make the bulleted/numbered lists the same size as the paragraph fonts?
Thank you!