How can I change the color of the rich text button in my check out page

Hi, How can I change the color of the “verder winkelen” button of the rich text so that the whole button is yellow fecf29 and black text?

website url https://bundo.nl/cart

Go to your online store > settings > custom css
and paste this code there

.button, .button-label, .shopify-challenge__button, .customer button {

color: black;
background-color: #fecf29;

}

Hello @nijntjelover

The checkout page is not editable, even if custom code. It is reserved by Shopify.

that is false, the above reply worked.

thanks sirrr

i see just now that it also added a button on the homepage at the bottom that wasnt there and isnt supposed to be there. how to fix?

Sorry, I thought you wanted to customize the checkout page, the page you were asking for is the Cart page.