add arrow in the collapsible row

Solved

add arrow in the collapsible row

Daria18
New Member
5 0 0

Hello,

 

I would like to add arrow in the collapsible content, it's should be by default but it doesn't. Does anyone know how I can do this?

 

 

https://18sparrows.com/products/false-mirror-sweatshirt

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @Daria18 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.accordion .summary__title+.icon-caret {
    height: .6rem !important;
}

 

 

 

Result: 

LizHoang_0-1739981074085.png

Best,

Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 5 (5)

thescriptflow
Shopify Partner
372 26 55

Hey @Daria18 this require a custom code in order to show on Collapsible row.

- Need a Shopify Specialist? Chat on WhatsApp +447828078063

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

pawankumar
Shopify Partner
700 102 123

Hi @Daria18 
I hope you are doing well
Please put this css in theme.liquid before body closing tag </body>

<style>
summary .icon-caret {
    height: .6rem !important;
}
</style>

 Please like and accept the solution if it works for you

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @Daria18 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.accordion .summary__title+.icon-caret {
    height: .6rem !important;
}

 

 

 

Result: 

LizHoang_0-1739981074085.png

Best,

Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Daria18
New Member
5 0 0

Thank you 😊

arslananwer03
Shopify Partner
4 0 1

Hi @Daria18 it looks like your icon height is making it very small

.product__accordion svg.icon.icon-caret {
height: 10px !important;
width: 10px !important;
}

you can add this code inside your base.css or custom.css asset file in the code it will show the icon on the accordion 


Arslan Anwer | Shopify Developer & Theme Customization Expert
Check My Upwork Profile here
Check My Fiverr Profile Here