fhhealth Posted July 28, 2022 Share Posted July 28, 2022 Site URL: https://www.wellnessbyre.com/ Under edit, design and description I change the paragraph type (1,2,3 etc). This does not adjust the description font size in the accordion block. My paragraph types have all been configured under design and work on every block besides the accordion block How can I fix this? Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 It doesn't change because you used this code in Custom CSS p { font-family: 'TTBold'; font-size: 32px; } fhhealth 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
fhhealth Posted August 2, 2022 Author Share Posted August 2, 2022 Thank you for the reply! This is the first time I'm building a website and I have no CSS experience at all. I have just been watching tutorials and learning as I go. Is there a way I can import font without it effecting the accordion block? Any help would be really appreciated 🙂 Thanks, P Link to comment
tuanphan Posted August 4, 2022 Share Posted August 4, 2022 Use this new code div:not(.accordion-block) p { font-family: 'TTBold'; font-size: 32px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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