By default, images in the gallery section in the ShowTime theme will zoom in slightly and show a white box surrounding the image when you hover over them. If you'd like to remove this effect, please follow these steps:
- From your Shopify dashboard, click Online Store > Themes and look for ShowTime.
- Click the Actions button and choose Edit Code from the drop-down menu
- Navigate to the Sections folder and locate the file called gallery.liquid
- Click on it to open the file in the editor
- Hit Control + F (CMD + F on a Mac) to search the file for the word figure. You should find multiple references that look like this:
<figure class="effect-chico">
Replace all of those with:
<figure>
- Save the file and that should do it.
Comments
0 comments
Article is closed for comments.