
On certain pages, like the "Browse" page, thumbnail gallery layout, and collage gallery layouts, a "Load More" button can be used to load additional thumbnails. If you would like to customize how the "Load More" button looks, use the following code: Add the following CSS to your theme's Advanced CSS settings:
/* Modify the load more button */ .sm-user-ui .sm-tiles-pg-button { color: blue; background-color: #000000; border: 2px solid #8b8b8b; border-radius: 4px; font-size: 24px; padding: 10px; }Feel free to customize to your hearts desire. I just gave some example values here.
Lekui 樂葵
on May 31, 2015I've being trying to figure it out on my own unsuccessfully: do you know a way to change the text content of that button?