Change font size of bulleted list

Hi there, I am trying to change the font size on my billeted list so the text is the same size as my body text.

I have used the custom css given in a previous query (below) but this hasn’t worked)

ol li, p {
font-size: 20px;
line-height: 28px;
}

Can you advise?

My site is doradoes.co.uk

Many thanks

Hi there - just following up to see if you could offer any help with changing the font size on bullet point lists.
Thanks

Hi there

You may use this css code to fix it:

.container ul li {
font-size: 19px;
}

Thank you so much. That has worked a treat :blush:

nice to know :slight_smile:

Thanks