Hi,
Is there a way to translate the “load more” button in masonry gallery using quick css?
Hi Mono14!
Please try using this plugin http://wordpress.org/plugins/codestyling-localization/
It is not possible to translate it using custom CSS code but you can use a trick as following
#top .av-masonry-load-more { color: transparent; }
#top .av-masonry-load-more:before { content: 'Your new text'; color: black; }
Cheers!
Yigit