• Resolved adu777

    (@alluh)


    Hi,

    Is there a way to remove the restricted messages (your are not allowed to view this page) on the setting. I left it blank but it shows again – the message.I just wanna leave it blank.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @alluh,

    Thank you for reaching out to us.

    You can do that with a bit of CSS that you can add via your Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS

    Then add this css to it:

    .entry-content{
    display:none;
    }

    Let me know if it works.

    Kind regards,

    Thread Starter adu777

    (@alluh)

    Hello,

    This code in css its removing the content from all the pages.I just want to remove the text from the private page that says for the people who don’t have permission.
    Text:You don’t have permission to see this page.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Restricted Messages’ is closed to new replies.