Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200028

    Hi,
    Is there a way to translate the “load more” button in masonry gallery using quick css?

    #200030

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Translate "Load more"’ is closed to new replies.