Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to adjust the font size and weight in the header?
How to adjust the font size and weight in the header?

Can I customize the font size and the font weight in the header?

Neira Dzabija avatar
Written by Neira Dzabija
Updated over 3 years ago

You can change the header’s visuals on your social wall by adding the CSS code snippet below to your custom CSS box under Settings > Design 👇

.post_instructions {  
font-size: 1.8em;
}
.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?