Can we remove large texts from a website?

hi everyone

is it possible to delete these big texts?

www.gallerychristian.com

password: Christianshop123

@christian_russo

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.customer.register h1, #recover:target~#login, #recover:target~#login+div {
    opacity: 0;
    visibility: hidden;
}

it worked for the “create account” page but not for the rest

Can i also delete the login text?

Hi @christian_russo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/customer.css->paste below code at the bottom of the file:
h1#login {
    visibility: hidden;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

it doesn’t work :disappointed_face: