• Resolved pickradish

    (@pickradish)


    I wish to hide load more button which located below gallery images. I’ve checked gallery settings, but can’t find an option to hide this button. Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author robosoft

    (@robosoft)

    In pagination settings of the gallery you can turn off load more function at all. But if you wish to leave pagination mode enabled without load more button you can hide this button by css style.

    Try to add this style:
    .rbs_gallery_button_bottom {
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Remove load more button’ is closed to new replies.