hi everyone
is it possible to delete these big texts?
password: Christianshop123
hi everyone
is it possible to delete these big texts?
password: Christianshop123
yes, please try this code
.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:
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 ![]()