Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I’m using the Gmedia Gallery plugin which has a 3 dots icon and load number to load more images. Is there a way to change this to a simple ‘Load More’ button?
Custom CSS code for Phantom Pro module (for Phantom module just remove ‘Pro’ from class names):
.gmPhantomPro_LoadMore .gmPhantomPro_pager span {
display: none !important;
}
a.gmPhantomPro_pager::after {
content: 'Load more';
font-size: 20px;
white-space: normal;
vertical-align: bottom;
}