How can I fill a popup with only an image?

How can I fill a popup with only an image?

GeorgeRizos
Pathfinder
132 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
8292 1989 2446

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!

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
GeorgeRizos
Pathfinder
132 1 19

Hi @Made4uo-Ribe , thanks for your reply!

 

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