Skip to main content

How to remove the QR Code for Direct Posts

How can I deactivate Direct Posts for my wall?

Written by Michael Kamleitner
Updated over 2 weeks ago

If you want to remove the Direct Posts QR code or the Create Post button from your wall, there are three different options depending on what you want to achieve. You can disable Direct Posts completely, hide only the visible Create Post button with custom CSS, or turn off only “Enable QR code” while keeping the button active.

How to hide the Create Post button with custom CSS

Use this option if you want to keep Direct Posts active, but do not want the Create Post button to appear on the wall itself. To apply the snippet, go to Setup > Design > Custom CSS in your Walls.io dashboard and paste in the code below.

#createPostButton { 
display:none;
}

🔎 Please note: Choose the option that matches your goal. Turn off “Direct Posts” if you want to remove both the QR code and the Create Post button. Use custom CSS if you want to hide the button but keep the feature active. Turn off “Enable QR code” if you want to keep the button but remove only the QR code.

How to remove only the QR code and keep the Create Post button

If you still want visitors to use the Create Post button, but do not want to show the QR code, go to Interactivity > Direct Posts and turn off “Enable QR code”.

In case you have further questions, don't hesitate to contact the support team via the chat or support@walls.io!

Did this answer your question?