Check Out button text is not showing, please help

Topic summary

A Shopify store owner reports that their checkout button text is not displaying properly, sharing a screenshot of the issue on their site (bentishop.com).

Proposed Solution:

  • Another user suggests adding CSS code to fix the visibility issue
  • The fix involves editing the component-cart.css file in the theme’s code editor
  • Specific CSS property recommended: position: static !important; for the .cart__checkout-button class

Current Status:

  • Solution has been offered but not yet confirmed as tested or resolved
  • The issue appears to be a CSS positioning problem affecting button text visibility
Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

website is mybentishop.com

Hi @BentiShop
You can try this code to achieve your result
Go to the online storeedit codecomponent-cart.css file
and below the file add these code

.cart__checkout-button{
       position: static !important;
}

Result: