We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Problem with buy buttons

Problem with buy buttons

TrendBlend
Trailblazer
367 0 40

Hello I’m having a problem with buy buttons when im checking my cart of URL: https://trendblend.eu/cart

77AC722D-689F-43C4-97F3-C9778687AC16.png

563C5C3C-E99B-4462-B038-7749CF0E6E3C.jpeg


the problem is on the second picture. The pay button is blank with no text and there is a lot of empty place (colored blue) in between the Apple and Google Pay. If you know the solution please let me know. Thanks in advance!

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @TrendBlend
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1718367165016.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_5-1718367255596.png

 

 

Step 3: Insert the below code at the bottom of the file -> Save

button#checkout {
    color: black !important;
}

Here is result: 

BSSCommerceHDL_4-1718367223573.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

GTLOfficial
Shopify Partner
881 182 192

Hello @TrendBlend 

Go to online store ---------> themes --------------> actions ------> edit code-------> base.css
and add this code at tyhe end of the file.

button#checkout {
    color: black !important;
}

The result will be
bn.png

let me know if the issue is solved
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

pawankumar
Shopify Partner
762 112 129

Hi @TrendBlend 
Please put this css in theme.liquid before body closing tag

<style>
button#checkout {
background-color: #2278ff !important;
color: #ffffff !important;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan