Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10986
    ioleft
    Participant

    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?

    #10991
    Rattus
    Keymaster

    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;
    }
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