Hello! I’m almost done with my storefront and added an FAQ section to my page with the help of an app I downloaded from the App store. The app works brilliantly, the only issue being the Title of the each FAQ is H4 and Uppercase, I have tried adding custom CSS to that section to no avail, even tried mailing the developer for instructions, but I think that ID may be inactive, is there anyway I can override the default uppercase H4 to a normal form or even to paragraph?
Adding a link to the same page as well https://donneworld.com/products/under-your-skin
Thank you in advance!
Hi @DonneWorld
Greetings from the Store Watchers Support Team! Happy to help you today.
Online Store ->Theme ->Edit code → Assets ->theme.liquid
add the following code before tag
After applying the code it will show like this.
Hope this will help you, Let me know if need any help!
Regards,
Store Watchers Support Team
1 Like
This worked! Thank you so much!
Probably a long shot, but the H4 tag can’t be changed to a normal font of the paragraph like this for easier legibility right?
Glad to know it worked.
We can change the font size for h4, you just need to update the above code with the following.
It will look like this, you can change the font size to anything you want.
Hope this will help you, Let me know if need any help!
Regards,
Store Watchers Support Team
1 Like
Thank you so much for all the help!!! 
Worked brilliantly!