Hello! I am trying to increase the font size of the text in lists. Whenever I try to do bullet points, the font is very tiny. Please help.
Hello there,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.entry-content ul,
.entry-content ol {
font-size: 20px;
}
Regards,
Kharis