Hide the registration menu from the wordpress menu

Home Forums Legacy Support Support queries Styling issues Hide the registration menu from the wordpress menu

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #372578
    danibuu
    Participant
    Hey guys, Is it possible to hide the registration menu from the wordpress menu? I need to hide these below:
    #372579
    danibuu
    Participant
    This reply has been marked as private.
    #372601
    Veronica
    Moderator
    if want then you can use this: body.login.js.login-action-lostpassword div#login p#nav a:nth-child(2){ display:none } http://prntscr.com/1vu9wrt
    #372872
    danibuu
    Participant
    Hello, The code didn't work
    #372880
    Veronica
    Moderator
    try this: body.login.js.login-action-lostpassword div#login p#nav a:nth-child(3){ display:none; } http://prntscr.com/1wcv8i2
    #373047
    danibuu
    Participant
    This reply has been marked as private.
    #373058
    Veronica
    Moderator
    hi with these credentials I am not able to add and test this: http://prntscr.com/1wp4m7k as I have checked in run time it is working: you can try with "!important" body.login.js.login-action-lostpassword div#login p#nav a:nth-child(3){ display:none !important; } http://prntscr.com/1wp4pwl
    #373124
    danibuu
    Participant
    This reply has been marked as private.
    #373157
    Veronica
    Moderator
    again! http://prntscr.com/1wtzp7p
    #373307
    danibuu
    Participant
    This reply has been marked as private.
    #373359
    Veronica
    Moderator
    hi you need to add this code: body.login.js.login-action-lostpassword div#login p#nav a:nth-child(2){ display:none !important; } in: http://prntscr.com/1x39ls4 http://prntscr.com/1x39m98
    #373464
    danibuu
    Participant
    This reply has been marked as private.
    #373482
    Veronica
    Moderator
    add this on the same place div#login p#nav a:nth-child(1) { display:none; } refer:http://prntscr.com/1xa0nur
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Hide the registration menu from the wordpress menu’ is closed to new replies.