Hi,
I want to change the text in the load more button in the Fullwidth Mason Gallery, how can I do this? My website is http://www.cnovaplus.com.mx/galeria/
Hi kahangabriel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust the text as needed
#top .av-masonry-load-more { color: transparent; }
#top .av-masonry-load-more:before { content: 'Your new text'; color: black; }
Best regards,
Yigit
Thanks this worked perfectly!