How can I alter the background color and text spacing in Dawn theme?

Hello how can i change the background of this carts? Background white and text black, also i want to have some space between them

Theme : Dawn

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hey @Hudiano213

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.

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

Best Regards,
Moeed

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.shopify-payment-button button.shopify-payment-button__button {
background-color: #fff;
color: #000;
}