Skip to main content

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 2 months 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: 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?