This topic has 2 replies, 2 voices, and was last updated 2 hours, 27 minutes ago ago by Rose Tyler
Hi there,
Each time i used bullet point in the website, the font size is 16, but in universal typography setting i put 20. Also it doesnt follow the text editor style setting. How do i make them same font size like other normal text?
Hello,
Thank you for reaching out to us.
Custom CSS code can be used:
.content li, .type-product li {
font-size: 20px;
line-height: 1.2;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up