Hello,
I have two questions regarding the masonry gallery.
1. Is there a way to only show the page numbers to choose when having a bigger number of images in the masonry gallery. I would like to get rid of “Page 1 of…” on the bottom right but keep the page numbers on the left. (see private link)
2. Also, is it possible on the “load more option” in the masonry gallery to change the text “load more” to an image or an icon? (see private link 2)
Thanks a lot in advance.
Maria
Hey operaghostit,
Sorry for the late reply, for your first question, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av-masonry span.pagination-meta {
display: none !important;
}
For your second question, I tested replacing the words “load more” with an image of a rocket, which worked well, so you can use this css in your Quick CSS field and replace my url with one to your image:
a.av-masonry-pagination.av-masonry-load-more,a.av-masonry-pagination.av-masonry-load-more:hover {
background-image: url(https://test.test/wp-content/uploads/2019/12/rocket.png);
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
color: transparent;
}
If you would like help adjusting the css please link to your page and the image you would like to use.
Best regards,
Mike
Thank you!
Hi,
You are welcome, glad Mike could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit