Home Forums Basel support forum Remove login/register from mobile menu

Remove login/register from mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133008

    bcca
    Participant

    How can I remove login/register from mobile menu?

    Attachments:
    You must be logged in to view attached files.
    #133114

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mobile-nav ul li.login-side-opener {
    	display:none;
    }

    Best Regards

    #133168

    bcca
    Participant

    This does not work. The login/register still shows.

    #133240

    Hello,

    Try this code, please:

    
    body .mobile-nav ul li.login-side-opener {
    	display:none;
    }

    Best Regards

    #133253

    bcca
    Participant

    Still does not work

    #133307

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)