• Resolved rokkan

    (@rokkan)


    Is there a way to change font size on lists? They are so tiny compared to the text. I’ve looked everywhere and the support forums on colorlib seem to be down.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • noda

    (@nodarik)

    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!

    noda

    (@nodarik)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font size lists’ is closed to new replies.