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
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
Thanks!
Hi,
Glad that Ismael helped you. Let us know if you need more assistance :)
Best regards,
Nikko