Tagged: bulletpoints, fontsize
Can’t change the font size of the text in a bullet list. I’ve tried several options in the Quick CSS but nothing seems to work.
I changed the fontsize of the body copy in the advanced styling options but the size of the text with te bullet points stays smaller.
Can you please provide me with a CSS code or something else what would work?
Hey Nandavbk,
This CSS is applying on your site:
.entry-content-wrapper div li {
font-size: 15px !important;
}
You might have added that in Quick CSS in the theme options?
Best regards,
Rikard
Yes, just solved the issue with that CSS and it worked!
So thanks and this thread can be closed.