XF 2.2 Remove "register button" in the login overlay

Omar Adil

Member
hello everyone
I used this code in the extra.less to remove the registration button in the login overlay
CSS:
.block-outer--after

    {

        display: none;

    }
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
 
Back
Top Bottom