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!