Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #833057

    Ahoy,

    For some reason the bullet points on my website don’t match the other font family on my website. See screenshot

    How do I make this follow the same rules as the other fonts? This is happening on both the home and about pages.

    Added this quick css and it seems to work. Is this the correct way of changing?

    li.li2 {
        font-family: Lato;
    }

    please advise

    #835252

    Hey mcraig77,

    Thank you for using Enfold.

    Please add this code in the Quick CSS field.

    .entry-content-wrapper div li {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 300;
    }

    Best regards,
    Ismael

    #835598

    Thanks!

    #835631

    Hi,

    Glad that Ismael helped you. Let us know if you need more assistance :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.