Center colapsible row header text dawn theme

Solved

Center colapsible row header text dawn theme

JordiP
Tourist
24 0 6

Hello, I would like to center the heading texts in the collapsible rows on my product page. How would I do that? I tried looking for solutions, but nothing worked for me.

 

Screenshot 2024-09-30 at 09.50.07.png

 (I just need to center those headings in my product page ^)

 

Store: https://bb9f8c-ac.myshopify.com/en

Pass: pongia

Accepted Solution (1)

Moeed
Shopify Partner
5366 1452 1738

This is an accepted solution.

Hey @JordiP 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.accordion summary {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1727683406932.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
5366 1452 1738

This is an accepted solution.

Hey @JordiP 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.accordion summary {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1727683406932.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


JordiP
Tourist
24 0 6

Thank you!

BSSCommerce-B2B
Shopify Partner
1718 512 575

@JordiP,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </head> tag

<style>
.accordion details summary {
   justify-content: center!important;
} 
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

websensepro
Shopify Partner
1214 135 156

Hi @JordiP ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.accordion summary {
    justify-content: center !important;
}
</style>

websensepro_0-1727684007830.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial