Jump to content

Wells / Change text for Gallery Pages navigation controls

Recommended Posts

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

Link to comment
  • Replies 1
  • Views 845
  • Created
  • Last Reply

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 comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.