Hello I’m having a problem with buy buttons when im checking my cart of URL: https://trendblend.eu/cart
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!
Hi @TrendBlend ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
button#checkout {
color: black !important;
}
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 
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
let me know if the issue is solved
Thanks
Hi @TrendBlend
Please put this css in theme.liquid before body closing tag
Thanks!