• My bullet text doesn’t match the font of the rest of the body in my articles. I’ve tried changing the font in the Customize section, to no avail. Here is an example

    Is there a CSS code I can use to get the bulleted font to match the rest of the text? Is there any explanation as to why this would be happening?

    TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • the rest of the text is possibly set via a google font plugin?

    either try to include ul li and ol li there, if possible, or add this CSS via the ‘Additional CSS’ of the ‘Appearance – Customize’ section in the dashboard:

    ul li, ol li { font-family: 'PT Serif'; font-size: 16px; font-style: normal; font-weight: 400; letter-spacing: 1px; line-height: 1.8; }

    Thread Starter sipblack

    (@sipblack)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet Text Different From Body’ is closed to new replies.