Bulleted list font does not adhere to theme font
- The topic ‘Bulleted list font does not adhere to theme font’ is closed to new replies.
Need help? Check out our Support site, then
Hello
My Headings and Base fonts for my blog are set to “Open Sans”, however, the font used in bulleted lists is not Open Sans.
An example can be found in this blog post: https://yawninggetsyoueverywhere.com/2020/01/23/alsace-wine-route/
Is there a way to get the font used in bulleted lists to adhere to my theme font?
Thanks.
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following CSS Snippet.
ul, ol {
font-family: inherit;
}
Thanks
Hi there,
Thanks for the response. Unfortunately, the problem has persisted, though this may be my fault as I’m not technically savvy. I was thinking I could paste the snippet into the “Additional CSS class(es)” field in the WordPress editor for the bulleted list block.
I’m guessing it’s more complicated than that?
Hi,
No, you have to place the css snippets in the Customizer > Additional CSS.
It is very simple and hope it will help you.
Thanks