jcuvdb 440 Share Posted April 2, 2016 (edited) I would like to change the PREV / NEXT and SHOW THUMBNAILS text of the Gallery Pages on Wells and use the Spanish terms ANT / SIG and MINIATURAS. Any help would be appreciated Edited April 2, 2016 by jcuvdb Initial Revision Link to post
0 jcuvdb 440 Author Share Posted April 2, 2016 After some research, I'm using this code: /*Removes the "/" between the words*/ .collection-type-gallery .meta .gallery-controls#simpleControls { visibility: hidden; } /*Hides the PREV text*/ .collection-type-gallery .meta .gallery-controls#simpleControls .control.prev-slide { visibility: hidden; } /*Add the new text*/ .collection-type-gallery .meta .gallery-controls#simpleControls .control.prev-slide:after { content:'NEW TEXT HERE'; visibility: visible; position:inherit; } /*Hides the NEXT text*/ .collection-type-gallery .meta .gallery-controls#simpleControls .control.next-slide { visibility: hidden; } /*Add the new text*/ .collection-type-gallery .meta .gallery-controls#simpleControls .control.next-slide:after { content:'NEW TEXT HERE'; visibility: visible; position: absolut; } /*Hides the SHOW THUMBNAILS text*/ .collection-type-gallery .meta .thumbnail-toggle{ visibility: hidden; } /*Add the new text*/ .collection-type-gallery .meta .thumbnail-toggle:after{ content:'NEW TEXT HERE'; visibility:visible; } It's still a work in progress, there's some weird space that I haven't figured out how to remove Link to post
Question
jcuvdb 440
I would like to change the PREV / NEXT and SHOW THUMBNAILS text of the Gallery Pages on Wells and use the Spanish terms ANT / SIG and MINIATURAS.
Any help would be appreciated
Edited by jcuvdbInitial Revision
Link to post
Top Posters For This Question
2
Popular Days
Apr 2
2
Top Posters For This Question
jcuvdb 2 posts
Popular Days
Apr 2 2016
2 posts
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment