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?
This topic has 4 replies, 2 voices, and was last updated 4 months, 3 weeks 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
Hi thanks.
How do I make one for mobile with font size of 16px?
Hello,
This code can be added in Theme Options > Theme Custom CSS > Mobile:
.content li, .type-product li {
font-size: 16px;
}
If this does not achieve the desired result, please provide a more detailed description of your request, and we will be happy to assist you further.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up