37 / 91
Modify "Load More" Button
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.
All images © 2007-2021 Aaron Meyers
Joseph Atherley III
on May 11, 2016i manged to get the background to be transparent but when i hover over it, it fills with a solid black, is there a way to remove the fill color as well??