Archived topic
Numbered list format
7 replies · Started by Elmehdi on June 1, 2022
Whenever I try to make headline numbered lists such as H2, the number always looks small compared to the text. See the image in the link below to see what I mean.
How can I make numbers look bigger or at least the same size as the headline, which is in this case H2?
Image link: https://ibb.co/ZNZ9Q5b
Hi there,
can you share a link to the page where i can see this ?
sure.
Try this CSS:
ol li::marker {
font-size: 24px;
font-weight: 700;
}
looks good but how do i make the number also bold to match the style of the bolded headline?
Edited David's CSS here:
https://generatepress.com/forums/topic/numbered-list-format/#post-2240289
thanks
No problem :)