Adjust font size of FAQ page - questions in collapsible content panel?

Solved

Adjust font size of FAQ page - questions in collapsible content panel?

yasmineb
Excursionist
40 0 7

HI! Thank you for helping me. I'm hoping to increase the size of my questions on the FAQ page to size 30px to match the footer. I think it's an h2 header. I don't necessarily want to change all h2 to size 30 because I may have adjusted it in some places to be specific... I'm not sure. Can you please help look into this to see if I should increase the size of all h2 to size 30? If not, can you please provide code that will fix the size to 30px here? 

 

Thank you! 

site: hayatigoods.com

pw: uflaw

Screenshot 2025-02-15 at 6.22.55 PM.png

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @yasmineb 

I guess that you want to increase font-size of this section?

FrankyGiap_0-1739777542013.png

 

If correct, you can using this css code: 

.accordion details summary h3 {
    font-size: 30px;
}

 

Hope will helpful for you 🤗 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Replies 2 (2)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @yasmineb 

I guess that you want to increase font-size of this section?

FrankyGiap_0-1739777542013.png

 

If correct, you can using this css code: 

.accordion details summary h3 {
    font-size: 30px;
}

 

Hope will helpful for you 🤗 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease
yasmineb
Excursionist
40 0 7

Thank you that worked perfectly!