Issue: Unwanted gray highlighting on “Bundle and Save” Buy buttons and on Add to Cart/Buy It Now, plus requests to unbold and adjust capitalization (“Add to Cart”, “Checkout”). Screenshots are provided to illustrate the styling problems.
Actions taken (via CSS in theme.liquid, the main Shopify theme file):
Removed gray backgrounds: unset background for kaching-bundles bar title and button spans.
Unbolded and capitalized button text: font-weight: 400; text-transform: capitalize for product submit and cart drawer checkout.
Further tweak: unbolded cart drawer checkout button.
Changed checkout label by hiding the original button and adding a ::before pseudo-element with custom text (“CheckOut”) and styling. (A CSS pseudo-element inserts content before an element.)
New/ongoing issues:
In the cart, the gray highlight appears to cover Apple Pay/Google Pay icons; the helper could not see payment buttons in their screenshot, so this remains unresolved.
Request to standardize “Checkout” (one word with capital C) across locations; current custom text is “CheckOut,” not the exact requested casing.
Status: Partial resolution for background/removal and typography; payment button overlay and exact “Checkout” capitalization remain open, pending further adjustments and possibly store access for inspection.
Summarized with AI on December 20.
AI used: gpt-5.
Also the checkout O in here is not capitalized as well. Can you actually combine the word checkout into one word? For the previous one you helped me out with, could you also change that check out text into one word “Checkout”? Thanks