This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp
My registration page works but has a menu that I want to remove.
How do I do that?
Hello,
Please add this code in custom.css file:
.page-template-et-registration .columns2-left > .content {
width: 100%;
}
.page-template-et-registration .columns2-left > #sidebar {
display: none;
}
Regards,
Eva Kemp.
works like a champ!
Thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Registration Page Modification’' has been successfully resolved, and the topic is now closed for further responses