If you want to remove the Direct Posts QR code or the Create Post button from your wall, there are four different options depending on what you want to achieve.
You can disable Direct Posts completely, hide the button in the customization section, turn off only “Display QR code” while keeping the button active, or hide only the visible Create Post button with custom CSS.
💡Tip: To read more about setting up Direct Posts from the backend, head to the article: Collecting Leads on Your Social Wall.
Hide button in QR customization section
Go to Interactivity > Direct Posts and the QR code customization section of the page.
Toggle both buttons off on the left side of the page to stop displaying a create post button.
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 “Display QR code”. The change will be immediately reflected in the preview on the right (labelled 2).
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;
}
In case you have further questions, don't hesitate to contact the support team via the chat or support@walls.io!




