List style same as overall style

Hi!

The list style is different (smaller) and I would like to have it the same as the rest of the paragraph, could you let me know what the CSS-code is?

here the link so you are able to see what I mean: http://evoquecreative.com/

Hope to hear from you soon!

Thanks,
Koen

In the incorrect group, apologies!

hey there

Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS

li > ul, li > ol {
font-family: ‘Noto Sans’;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: none;
}

Thanks!
Colorlib Support Team

Hey Noda,

I copy and past it in the additional CSS section, however, nothing is happening. Could you check the page and let me know what I did wrong and how this can be fixed?

Many thanks for your help, much appreciated,
Koen

Hello there,

I hope you are doing well today.

try using this CSS code:


li {
font-family: ‘Noto Sans’;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: none;
}

Also, have you added any code to the theme beside the ones that we have provided?

Best Regards,
Support