Leven theme bulleted list

  • Unknown's avatar

    I have a page (packages) that has a bulleted list after an introductory paragraph. The font/size combination in the bulleted list does not match the paragraph style. I have no idea what font/size the paragraph is using and I’d prefer not to have to hard code CSS to override the default.

    This should not be difficult, but I can’t find a way to do this. Any assistance would be appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Hey @globaledvant, this particular theme is designed so that bulleted lists match the font-family of the headings. You would have to override it with CSS, but luckily only one time in Customize > CSS. This would do the trick across the site:

    /* reset list fonts */
    ul, ol {
    	font-family: unset;
    }

    Does that help? If not, send more details and we’ll go from there.

  • Unknown's avatar

    It works PERFECTLY!!! Thank you so much!!!

  • The topic ‘Leven theme bulleted list’ is closed to new replies.