• Resolved Annimaria

    (@annimaria)


    Hi!

    I am working with this theme and Elementor Pro. I have used bullet points and I can not change their font and they are different than the other font. I have tried to change them in Elementor site settings Global fonts and typograpchia. Nothing effects to bullet points. Any idea where I can change them? I don′t know CSS that well that I could do that with CSS.

    https://snipboard.io/9E2qc0.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Oliver Campion

    (@domainsupport)

    Twenty Twenty-One uses a CSS var() variable which equates to the following CSS for bullet points …

    ul, ol {
    font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

    Without being able to inspect your site it’s not going to be possible to see exactly what’s setting the font for those bullet points but if adding something like this to “Customizer – Additional CSS” …

    ul, ol {
    font-family: "Courier New", Courier, monospace;
    }

    … doesn’t change the font there then it’s something else that’s changing your bullet point font, not Twenty Twenty-One theme.

    Hope that helps.

    Oliver

    Thread Starter Annimaria

    (@annimaria)

    Hi! Sorry for the late answer, but it worked. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet points has different font’ is closed to new replies.