How to remove arrows under product names and prices? (Craft Theme)

Solved

How to remove arrows under product names and prices? (Craft Theme)

lilitae
Visitor
2 0 0

Hi everyone,

 

Can someone please give me the code to remove these --> arrows under product names, prices, and next to 'Add to Cart'? I'm using Craft Theme. Thank you so much!!

 

Screen Shot 2567-09-10 at 16.57.11.png

Accepted Solution (1)

dws_pvt_ltd
Shopify Partner
329 65 91

This is an accepted solution.

Hello @lilitae, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open "card-product.liquid"

 

Remove comment of the HTML like this <!-- --> in your code.

OR ELSE some code having with the symbols <-- --> are rendered into the file.

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.

View solution in original post

Replies 5 (5)

dws_pvt_ltd
Shopify Partner
329 65 91

@lilitae, Please share your store URL and password.So that I will check and let you know the exact solution here.


Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.

Tech_Coding
Shopify Partner
280 72 64

Hello @lilitae 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Moeed
Shopify Partner
5317 1435 1721

Hey @lilitae 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


dws_pvt_ltd
Shopify Partner
329 65 91

This is an accepted solution.

Hello @lilitae, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open "card-product.liquid"

 

Remove comment of the HTML like this <!-- --> in your code.

OR ELSE some code having with the symbols <-- --> are rendered into the file.

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.
lilitae
Visitor
2 0 0

It works! Thank you!