damk595 Posted September 9 Share Posted September 9 Hello! I'm trying to figure out how to change the font on the title and description on the item list. I want to switch them to a paragraph styling but I'm not finding it in the site styles. The font I'm using is Neue Haas Grotesk Text (400). TYIA!!! https://www.daniellemcdougall.com/fun PW: woodstock Link to comment
tuanphan Posted September 10 Share Posted September 10 Hi, Item Title inherit Heading 2, so you can change Heading 2 font Item description use Body font If you want to change these with CSS code, you can use this to Custom CSS .list-item-content__description { font-family: Poppins !important; } h2.list-item-content__title { font-family: monospace; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment