Cart to Checkout Button Transparent, only shows when hovering

In my cart page, with products added, the “Checkout” button is transparent, only appearing when hovering above it.

Upon searching for answers in the forum, it seems there are some content missing. I couldn’t find a solution and I am very new to sopify page design.
Thanks!

@lucasmunhoz

Can you please share store url and front end password if store protected.

Hey @lucasmunhoz

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hi @lucasmunhoz

Could you share your store URL?

https://classiqe.com.br/
https://classiqe.com.br/cart

https://classiqe.com.br/
cart: https://classiqe.com.br/cart

https://classiqe.com.br/
shop cart: https://classiqe.com.br/cart

@lucasmunhoz

  1. Go to Theme.liquid
  2. before closing add following code

Hey @lucasmunhoz

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thanks, BR!

Thanks,
BR!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Is there any code I can use to show quantity of items added to cart, above cart icon?

I have items added to cart, but no notification to show it.

Hey @lucasmunhoz

Yes, it is possible. It’s not possible via CSS only and it’s a code customization work. If you’re not familiar with coding then I highly suggest you to hire a Shopify developer who can help you in showing the quantity above the cart icon.

Best Regards,
Moeed

@lucasmunhoz

{{ cart.item_count }}

Try this code with cart icon

It worked,

lucasmunhoz_0-1692269812354.png

Is there any way I can make it white?
Thanks!

Hey @lucasmunhoz

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

Moeed_0-1692270568531.png

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed