Hello, i want to centre the headings for my collapsible rows on my product template:
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
and this is my password: chasha
Hello, i want to centre the headings for my collapsible rows on my product template:
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
and this is my password: chasha
@ads18922 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
accordion .summary__title {justify-content: center;}
Hi @ads18922
I hope you are well. You can follow our instructions below:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there
Here is the code for Step 3:
.product__accordion .summary__title {
justify-content: center !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
thank you, is there a way to make the text for the headings a bit smaller?
Hi @ads18922
You can replace the code we shared with you with this one:
.product__accordion .summary__title {
justify-content: center !important;
font-size: 10px !important;
}
You can change the number here to edit the font size as you want: https://prnt.sc/Nh2smc50EURA
Thank you!
Best,
Daisy - Avada Support Team