Design Change of FAQ Section - Prestige Theme

Solved

Design Change of FAQ Section - Prestige Theme

znb_djs
Tourist
7 0 2

Hello, I would like to change design of FAQ section in Prestige theme. Now it looks like below: 

 

Zrzut ekranu 2024-09-28 141849.png

 

Would like to make it looking like below:
Zrzut ekranu 2024-09-28 143629.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8312 1995 2454

This is an accepted solution.

Thanks for the info, only the faq section of for all the collapsible content? If it is check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.accordion, .accordion:before, .accordion:after {
    border: none;
    border-width: 0; 
    border-style: none; 
}
details.accordion__disclosure.group {
    margin: 5px 0;
    padding: 0 15px;
    background: #F5F5F2;
    border-radius: 20px;  
}
</style>

 

And save. 

Reuslt:

Made4uoRibe_0-1727559346924.png

Note: You can change the background color you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8312 1995 2454

Hi @znb_djs 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
znb_djs
Tourist
7 0 2

Hi, thank you for reaching out 🙂


zenbioni.com
Test@69

Made4uo-Ribe
Shopify Partner
8312 1995 2454

This is an accepted solution.

Thanks for the info, only the faq section of for all the collapsible content? If it is check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.accordion, .accordion:before, .accordion:after {
    border: none;
    border-width: 0; 
    border-style: none; 
}
details.accordion__disclosure.group {
    margin: 5px 0;
    padding: 0 15px;
    background: #F5F5F2;
    border-radius: 20px;  
}
</style>

 

And save. 

Reuslt:

Made4uoRibe_0-1727559346924.png

Note: You can change the background color you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
znb_djs
Tourist
7 0 2

Thank you very much, it worked for me. I have wanted only for faq, hovewer for all also is perfect. 
I was trying on my own but I give up - do you know what should I add to your code to make fixed height (eg. 50 px) of accordion before opening?