Tagged: masonry load more text
Hi,
I read through an old 2014 topic on where to change the ‘load more’ text on the Masonry element and I think the steps may have changed with newer versions. https://kriesi.at/support/topic/rename-load-more-button-text-in-masonry-gallery/
I’d like to change the Masonry ‘Load More’ to say ‘Load More Articles’. Could you please tell me where I can find the php file for it? I’d like to copy it over to the child theme and make the change. I’ve posted a link to the website I’m working on. Thanks.
Oops! I gave you the wrong link in Private Data. Let me try that again.
Hi,
I recommend this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#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:"Load More Articles";
font-size: 13px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike