cart button icon invisible but clickable

Solved

cart button icon invisible but clickable

trendwall
Visitor
3 0 0

Captura de pantalla 2024-07-11 222533.png

Accepted Solution (1)
theycallmemakka
Shopify Partner
1795 436 465

This is an accepted solution.

Hi @trendwall ,

 

Thank you for the response.

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </head>

<style>
.header__icon--cart svg {    
    width: 100%!important;
    height: 100%!important;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 4 (4)

theycallmemakka
Shopify Partner
1795 436 465

Hi @trendwall ,

 

Can you provide link to your store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

trendwall
Visitor
3 0 0
trendwall.es
theycallmemakka
Shopify Partner
1795 436 465

This is an accepted solution.

Hi @trendwall ,

 

Thank you for the response.

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </head>

<style>
.header__icon--cart svg {    
    width: 100%!important;
    height: 100%!important;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

trendwall
Visitor
3 0 0

Thank you!