How to change the header post-instructions text with custom CSS
Go to Setup > Design and paste the snippet below into your custom CSS box.
Change
25pxif you want the header text to appear larger or smaller.Change
900if you want the text to appear bolder or lighter.Save your changes and refresh the wall to confirm the new styling appears as expected.
.post_instructions {
font-size: 25px !important;
}
.post_instructions li {
font-weight: 900;
}
In the top right corner, you’ll see the updated header text 👇
In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!



