How to change accordion in dawn theme?

How to change accordion in dawn theme?

Maiselnielsen
Excursionist
27 1 2

Hi, 

 

I have created my own accordion (2 versions, one that is pointing down and another up) that i want to add in my shopify dawn theme. 

 

I have changed several icons in the code (example cart icon etc) but here it seams to be a bit more complicated and i cannot find the right place to insert in snippets/icon-accordion.liquid

 

What am I doing wrong - can you help? 🙂 

 

Best,

Maise

 

Replies 9 (9)

devcoders
Shopify Partner
227 40 55

Hi @Maiselnielsen 
If you share your store URL and password with me, I will check and provide you with the solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Maiselnielsen
Excursionist
27 1 2

Thank you very much! 

 

www.linierelingerie.com

xef84eju

BSSCommerce-B2B
Shopify Partner
1358 367 429

Hi @Maiselnielsen,

I hope you are doing well. You could try to paste your SVG body of you icon like the following picture. I also comment how to use/render the icons

BSSCommerceB2B_0-1722701713732.png

 

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 I Donate Us Here!

Maiselnielsen
Excursionist
27 1 2

Hm think I am doing something wrong! Took some screenshoots

 

FYI - For the test I used the same SVG code for both up and down. 

 

Skærmbillede 2024-08-03 kl. 18.33.34.pngSkærmbillede 2024-08-03 kl. 18.34.51.pngSkærmbillede 2024-08-03 kl. 18.34.58.png

BSSCommerce-B2B
Shopify Partner
1358 367 429

Hi my friend,

1. You should edit your svg in SVG Online editor to match these things

BSSCommerceB2B_0-1722703339686.png

2. You only need to copy the content within svg tag, not include svg , like thiss

BSSCommerceB2B_1-1722703367111.png

3. In your screenshot, you paste the content into comment liquid tag. That comment I give you is only for instructing how to render icon. You should paste content before {% comment %}. Here example

BSSCommerceB2B_2-1722703561295.png

 

 

 

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 I Donate Us Here!

Maiselnielsen
Excursionist
27 1 2

Hi, 

 

Thank you for the patience 🙂

 

I made some changes but it still isnt working - maybe i got something wrong? 

 

Thank you 

 

Skærmbillede 2024-08-03 kl. 19.01.24.png

BSSCommerce-B2B
Shopify Partner
1358 367 429

Sorry for the complicated way, my friend. You can revert and do a more simple way by prepending this code in the first line of file (do the same with point-down). I forgot SVG has viewBox

 

{%- if icon == 'point-up' -%}
  YOUR FULL SVG COPIED FROM ONLINE EDITOR HERE
{% endif %}

 

 

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 I Donate Us Here!

BSSCommerce-B2B
Shopify Partner
1358 367 429

I just made an update to the latest reply, @Maiselnielsen. Sorry about my mistakes.

One more, you can edit your icon size by editing SVG width/height in case it is too big. Your SVG in the previous comment is 283.46px 😅

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 I Donate Us Here!

Maiselnielsen
Excursionist
27 1 2

Hi, 

 

It doesn't seem to work with the changes? I cannot save the page. 🙂

 

Thank you.

 

Skærmbillede 2024-08-03 kl. 19.19.25.png