Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1351942

    Is it possible to change the text “Load more” in a gallery, and keep the changes in a Child theme?

    Thanks,
    Alwin

    #1351948

    Hey Alwin,
    I believe that you are referring to the Masonry Gallery, if so this css will change the button text:

    #top #main a.av-masonry-pagination.av-masonry-load-more {
    	font-size: 0px;
    }
    #top #main a.av-masonry-pagination.av-masonry-load-more:before {
    	content:"See all photos";
    	font-size: 13px;
    }	

    adjust to suit, then clear your browser cache and check.
    If this is not the gallery you ment please link to your page so we can correct.

    Best regards,
    Mike

    #1352339

    That worked great, thank you Mike :)

    Best Wishes,
    Alwin

    #1352350

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change "Load more" text in gallery in Child theme?’ is closed to new replies.