Re: removing icons from a product page

Solved

removing icons from a product page

thorathletics
Explorer
80 1 14

I need help with removing icons from a product page, they do not look nice anymore.

 

thanks in advance

 

Schermafbeelding 2024-11-28 om 15.48.32.png

Accepted Solution (1)
suyash1
Shopify Partner
10434 1287 1646

This is an accepted solution.

@thorathletics  remove above code and add this and check

 

.product-block.product-block--sales-point .row {display: none;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 12 (12)

suyash1
Shopify Partner
10434 1287 1646

@thorathletics  can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
suyash1
Shopify Partner
10434 1287 1646

@thorathletics  please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css

 

.product-block.product-block--sales-point .img-usp {
    display: none;
}

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
thorathletics
Explorer
80 1 14

It did not work, the icon's are gone but the text is still there

suyash1
Shopify Partner
10434 1287 1646

This is an accepted solution.

@thorathletics  remove above code and add this and check

 

.product-block.product-block--sales-point .row {display: none;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
thorathletics
Explorer
80 1 14

thankyou that worked. if we want to add new 'sales points' like in this picture, why do they not show if we put new ones online (standard ones)? do you know? like the 'hoogwaardige kwaliteit' etc

 

Schermafbeelding 2024-11-28 om 16.30.17.png

suyash1
Shopify Partner
10434 1287 1646

@thorathletics  may be those share the very same css as above which we hidden and hence it might not be visible

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
thorathletics
Explorer
80 1 14

ah yes that makes sence, is it possible to keep the ones we 'removed' stay away, and add in new ones? the standard ones?

suyash1
Shopify Partner
10434 1287 1646

@thorathletics  right now there are 3 rows in sales point, can you please add more to check?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
thorathletics
Explorer
80 1 14

yes correct, I added one and it is indeed not showing

suyash1
Shopify Partner
10434 1287 1646

@thorathletics  it is not yet visible on this page

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
thorathletics
Explorer
80 1 14
It is not indeed, I uploaded it so there were 4 items. They were not showing, I removed it again. I will put it on again so you can see nothing happend