O
Omar Adil
Guest
hello everyone
I used this code in the extra.less to remove the registration button in the login overlay
CSS:
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
Continue reading...
I used this code in the extra.less to remove the registration button in the login overlay
CSS:
Code:
.block-outer--after
{
display: none;
}
thank you and appreciate your help
Continue reading...