• Hello,

    I’ve got a problem with font size in lists. Although there is a convenient way to change font size in paragraphs (4 sizes to choose) if I make a block in list type there is no way to change font size and it’s always small. It is particularly annoying on front page of Lodestar theme.
    I’ve got Easy Google Fonts installed but it seems not to affect on lists.

    Do you know what piece of code would help with that?

    Best,
    d.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The following in Appearance->Customize->Additional CSS should allow you to modify the font size

    #primary .post li {
    	font-size: 20px;
    }
    Thread Starter dziejo

    (@dziejo)

    Hi Jarret,

    unfortunately that code does nothing visible. I created a list and tried to modify size value in code. No effect on front page and on sub-pages.
    Any other idea?

    d.

    Do you have a live site that you can link where the list is? Using the above code on the theme on my test install it changes the font size on the list items in the body content.

    Unless you are talking about something more specific somewhere on the site? If you don’t have a lite site available, do you have a screenshot you can post of what you’re trying to modify?

    Thread Starter dziejo

    (@dziejo)

    Here you have a piece of my front page (I can’t give you a direct link) with a list which is in small font size no matter if I use your code or not.

    https://pokazywarka.pl/listfontsizejarret/

    As far as I can tell it should be increasing the font size but maybe you have some other plugin active that is overriding it.

    Try using !important to see if that makes a difference

    #primary .post li {
    	font-size: 20px !important;
    }
    • This reply was modified 5 years, 12 months ago by Jarret. Reason: code formatting
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font size in lists’ is closed to new replies.