Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1428426

    Can’t change the font size of the text in a bullet list. I’ve tried several options in the Quick CSS but nothing seems to work.
    I changed the fontsize of the body copy in the advanced styling options but the size of the text with te bullet points stays smaller.

    Can you please provide me with a CSS code or something else what would work?

    #1428445

    Hey Nandavbk,

    This CSS is applying on your site:

    .entry-content-wrapper div li {
        font-size: 15px !important;
    }

    You might have added that in Quick CSS in the theme options?

    Best regards,
    Rikard

    #1428448

    Yes, just solved the issue with that CSS and it worked!

    So thanks and this thread can be closed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font size bullet list smaller than body’ is closed to new replies.