Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to change the style of the "Load more posts" button
How to change the style of the "Load more posts" button

Can I alter the style of the "Load more posts" button on my embedded widget?

Michael Kamleitner avatar
Written by Michael Kamleitner
Updated over 2 years ago

When embedding our widget to your website using the JavaScript code, you have the option to inject a "Load more" button:

By default, that button looks like this this:

To change the styling of the button you can use CSS code snippet and include it on your website! 🚨 Important: the CSS code snippet ONLY works when integrated on YOUR website, not on the CSS settings of your wall!

<style>
.wallsio-load-more-button {
padding: 10px;
border: none;
background: #6C6463;
color: white !important;
font-weight: 600;
border-radius: 6px;
}
</style>

This is how the button will look like:

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?