Hi, on the home page I have set up an image gallery. I would like to preview only 6 images from the gallery no more. Only when I click on the images and start full screen view would I want to see all the images I have uploaded to the gallery. This is possible?
One solution I found is to use the “load more” button. Is there an option to write “See all photos”? How can I do it? Thanks in advance. Elisa
Hey elisa_polidori,
If you would like to change the Masonry Gallery “Load More” button text to “See all photos”, try adding this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional 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:"See all photos";
font-size: 13px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks for your answer, before trying if this works I ask you if it is appropriate that I install the child theme.
Hi,
Since this css would be added within the theme options it is not necessary to install a child theme for this, but installing a child theme is a good idea in general, so please see our documentation here about installing a child theme.
Best regards,
Mike
Hi,
Please link to your page with the Masonry Gallery that you wish to change the “Load More” text so we can check.
Best regards,
Mike
Hi,
I activated your child theme and imported your parent theme settings to the child theme as per our documentation, and everything seems correct, please clear your browser cache and check.
Best regards,
Mike
Hello Mike, thanks for your support. Everything seems to be working fine now!
Best regards,
Elisa
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