Cart Button

Solved

Cart Button

Air12
Tourist
3 0 1

On this theme i downloaded, if i click anywhere on the right side of the page it opens the cart. Just wondering how I could fix this. I think its simething to do with the svg like shown in the screenshot. 

Screenshot 2024-08-09 at 10.58.43 AM.png

 If anyone knows how to fix this, that would be greatly appreciated!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
9168 1834 1868

This is an accepted solution.

Please add this code to Custom CSS of your Online Store > Themes > Customize > Theme settings to check 

.header__icon--cart { overflow: hidden; }

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
9168 1834 1868

Hi @Air12 

You can add this code to Custom CSS of your Online Store > Themes > Customize > Theme settings to check 

.header__icon--cart { overflow: hidden; }

If it is still not solve the issue, please share the link of your store so I can check.

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BSSCommerce-HDL
Shopify Partner
2001 701 856

Hi @Air12 

Can you share you store link ( with password if needed) so we can figure out problem.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Air12
Tourist
3 0 1

https://c5c6be-29.myshopify.com/ this is my store I removed the password aswell. 

 

@Dan-From-Ryviu 

 

 

Dan-From-Ryviu
Shopify Partner
9168 1834 1868

This is an accepted solution.

Please add this code to Custom CSS of your Online Store > Themes > Customize > Theme settings to check 

.header__icon--cart { overflow: hidden; }

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Air12
Tourist
3 0 1

that worked thankyou so much!!

Dan-From-Ryviu
Shopify Partner
9168 1834 1868

you are very welcome!

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BSSCommerce-HDL
Shopify Partner
2001 701 856

Step 1: Go to Shopify Admin -> Online Store ->Theme ->

Edit code Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
        .header__icon header__icon--cart link focus-inset svg {
            width: auto!important;
            height: auto!important;
        }
</style>

Here is result: Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency