delete login or rigister in anspress
delete login or rigister in anspress
I’ve tried it
.ap-login {
display:none !important;
}
but it didnot work
antoniomovicoders Answered question
Hi,
Create a folder called anspress inside your theme.
Inside that folder copy the file called ask.php that you can find inside anspress/templates.
Then in the file inside your theme you can delete the next line:
<?php ap_get_template_part('login-signup'); ?>
antoniomovicoders Edited answer