How can I change the checkout page domain tab text and reduce logo size?

Hi guys! The checkout page domain tab says “information” I would like to change it to “Checkout”. Please see the screenshot for a better understanding.

And, I would like to reduce the logo size from the checkout page as well for both phones and desktops.

I would appreciate any help. Thanks

URL: https://basicbastard.co/

https://basicbastard.co/checkouts/bin/8194208ae4b2551e72ffafd02ae9eb8a/information?skip_shop_pay=true

Hello @basicbastardco

Try this Code: It will be helpful-

Go to the online store>Theme>Edit Code>Assets>theme.CSS or base.css>Add code in this file.

._2HBIM {
    max-width: 200px !important;
}
1 Like

It doesn’t work.

Thank you for trying help.