Home › Forums › WordPress Themes – Premium › Flat Responsive › List style – change default fonts › Reply To: List style – change default fonts
August 30, 2018 at 9:08 am
#59552
Moderator
Hello Michiel,
It’s the font-size difference you can see with paragraphs and lists.
You may add the following css inside the additional css section of your customizer and test with uniform font size allover;
.page-id-8 li{
font-size: 1rem;
}
Note: You may undo or modify changes of your own.
Thanks!