Omar Adil
Member
hello everyone
I used this code in the extra.less to remove the registration button in the login overlay
but I see this class in many places in the templates, so is this will hide another things in other places or not?
thank you and appreciate your help
I used this code in the extra.less to remove the registration button in the login overlay
CSS:
.block-outer--after
{
display: none;
}
thank you and appreciate your help