Hide register link on mobile menu

Posted in: Newspaper
Post count: 11

Hi,
I would like to hide the Register link at the top on the mobile menu in the mobile theme. The log in and log out should still be present.
How can I do this?

Thanks.

Post count: 20685

Hi,

You can disable the register link in WordPress settings – http://screencast.com/t/gmsg03H3S Also you could hide the register link using css, with this code

.td-menu-login #register-link {
display:none;
}
.td-guest-wrap .td-menu-login span {
width:0!important;
}

Thanks

  • This reply was modified 9 years by Simion C..
Post count: 11

Hi Simon.
Thanks for your fast reply but users must be able to register on the site. So the generel disable user registration is not an option.

I just want to hide the link “Register” on the mobile modal box and ONLY on mobile.

The above code doesnt seem to do anything.

Thanks

  • This reply was modified 9 years by roed.
Post count: 20685

Hi,

You have to enter the code provided above in the Mobile css section, not in the Main custom css and then it should work as intended. Please let me know if it still doesn’t work for you.

Thanks

Post count: 11

Ofcourse 🙂
I was not aware of this section in the mobile template.
Thanks, all is good now.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.