How to fix icon overlap issues on collapsible row in product page?

Solved

How to fix icon overlap issues on collapsible row in product page?

ChicBotique1
Excursionist
31 0 3

Hello Everyone,

 

i have a problem on my product page, when i use Collapsible row

if i choose an icon :

first.PNG

then i have another icon of a down arrow collapsing with it.

 

and when i don't choose an icon it show the arrow but the text goes above it (probably because i set my website to RTL) :

second.PNG

 

i would like to get a solution for that:

* if i choose an icon so it will show only the icon

* if i choose 'no icon' it will only show the down arrow

 

link to my website:

Https://ChicBotique.co.il

 

Thanks in advance

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8376 2003 2462

This is an accepted solution.

Hi @ChicBotique1 

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 "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

svg.icon.icon-caret {
    display: none;
}

 

And Save.

Result:

Made4uoRibe_0-1712083520935.png

 

 

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 3 (3)

Made4uo-Ribe
Shopify Partner
8376 2003 2462

This is an accepted solution.

Hi @ChicBotique1 

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 "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

svg.icon.icon-caret {
    display: none;
}

 

And Save.

Result:

Made4uoRibe_0-1712083520935.png

 

 

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.
ChicBotique1
Excursionist
31 0 3

@Made4uo-Ribe works like a charm.

by the way can you help me add a litle more spacing between the icons and the text ?

Made4uo-Ribe
Shopify Partner
8376 2003 2462

Yes, sure. Same instruction and paste the code below. 

 

.summary__title {
    gap: 10px;
}

 

And Save. 

Result:

Made4uoRibe_0-1712164133264.png

 

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.