Solved

How to add image to homepage with html code in the debut light theme?

XYG
Tourist
10 0 3

Hi dear all.

 

I am using the Debut light theme and am going to add an image to the home page with HTML code.

Is there someone who could teach me where could I place the code and make it responsive based on different devices

 

The HTML code might be below

<div class="icon-list">
<img class="icon-list__img" src="//cdn.shopifycdn.net/s/files/1/0502/2954/3068/files/home-diy_leather_bag_kit-5_advantages.jpg?v=1639713635">
</div>

 

Much thanks.

 

Accepted Solution (1)
suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

@XYG - no, this is code for section, please go to customizer option and add this section from it

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
9077 1129 1479

@XYG - please add this code to custom html section in your customizer, only that section will post the image as per need

<div class="icon-list">
<img style="max-width:100%;" class="icon-list__img" src="//cdn.shopifycdn.net/s/files/1/0502/2954/3068/files/home-diy_leather_bag_kit-5_advantages.jpg?v=1639713635">
</div>

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
XYG
Tourist
10 0 3

@suyash1 hi, thanks for your response. Could you please guide me on where to find the custom HTML section? 

suyash1
Shopify Partner
9077 1129 1479

@XYG - please go to online store-> and you have customize button on right side, check all those options

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
XYG
Tourist
10 0 3

@suyash1 Could you please check the screenshot attached. Am I in the right place?

suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

@XYG - no, this is code for section, please go to customizer option and add this section from it

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
XYG
Tourist
10 0 3

Thanks, and it works from the section CUSTOM HTML.