Skip to main content

How to adjust the font size and weight in the header?

Learn how to change the font size and font weight of the header post-instructions text on your social wall with custom CSS.

Written by Lorenzo Goldoni
Updated over a week ago

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 25px if you want the header text to appear larger or smaller.

  • Change 900 if 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!

Did this answer your question?