hey there
@rokkan try to add this code in appearance > customize > additional css:
.entry-content ul li {
font-size: 20px;
color: black;
line-height: 24px;
}
also, as I can see you tried to fix it by this mmarkup:
<ul class=".entry-content li { font-size: 20px; }">
it will not work, this is the proper method if you want to stick with that method:
<ul class="" style="font-size: 20px;" >
Thread Starter
rokkan
(@rokkan)
Hi, thanks for the reply.
The last method was recommended by someone else, but the version you provided doesn’t work either.
But the second worked very easily. I just wish I would adjust them all individually.
Thanks so much for your help!
Good morning
You can add Important tag in css rule if it does not work 🙂
If your question is resolved don’t forget to mark it as a resolved