I wanted to change the bullet point text size every time I use bullet points on posts and pages. I got this suggestion from Jade, but I can’t reply to his comment anymore. Is there a way to make this Global in a way that I don’t need to add a class every time I create a post or page? Here’s what he said:
Please add a class to the text element that contains the list then add this code in the Global CSS (the code below assumed that the class you have added to the text element is the-list)
.the-list ul il {
font-size: 22px;
}