New Shopify Certification now available: Liquid Storefronts for Theme Developers

Fill popup with image

GeorgeRizos
Pathfinder
128 1 19

I would like to fill this popup with only the image

Screenshot 2023-10-31 153207.png

Screenshot 2023-10-31 153210.png

  

Replies 2 (2)
Made4uo-Ribe
Shopify Partner
4197 966 1173

Hi @GeorgeRizos 

 

I assume you are using Shopify FREE 2.0 themes. You need to create a page that only have the image that you wanted. Then remove the page title in the main-product.liquid

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Sections" folder, click on "main-product.liquid" file
  • Look for the code below and deleted it.
<h1 class="h2">{{ block.settings.page.title }}</h1>

 

See image below for reference

Made4uoRibe_0-1698769541637.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


GeorgeRizos
Pathfinder
128 1 19

Hi @Made4uo-Ribe , thanks for your reply!

 

Wouldn't deleting this code remove every page title I have?