fhhealth Posted July 28, 2022 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?
tuanphan Posted July 31, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
fhhealth Posted August 2, 2022 Author 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
tuanphan Posted August 4, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment