• How can I hide the menu entry “Random Numbers” for users other then editors and admins.
    I don’t want it to show up for subscribers.

Viewing 1 replies (of 1 total)
  • Hello,

    You can use this custom css to hide the title for logged in users –
    .logged-in .statistics h3 {display: none}
    And it will be shown to other visitors.

    But to hide only to certain roles, you will need to check if your theme is generating role oriented classes for the body tag, and then use that classes instead of .logged-in class.

    Best,
    Aleksej

Viewing 1 replies (of 1 total)
  • The topic ‘Hide menu entry for subscribers’ is closed to new replies.