Add banner image - Dawn theme 11 - only one image and not two

Solved
Scott_Bonge
Tourist
5 1 0

How can I add a banner image with dimensions of 970 x 90 on my home page?  If I use add a section / Image banner" process, there are two images that overlap.  I wish to eliminate the second image and adjust the allotted area size. The website in question is myperfectgoatee.com  Here is a screenshot of what I'm warning to do.   See purple arrow at the bottom of page.   This is where I want to insert this Media Banner Image.   Please advise: 

add media banner question 2.jpg

Accepted Solution (1)
David_SHT
Trailblazer
605 123 119

This is an accepted solution.

Hi @Scott_Bonge 

This is David at SalesHunterThemes.

In this case, try to add the custom liquid code section,

upload your image into the file in admin, then add this code into the custom code area and replace the image link with your link that you copied.

 

<img src="https://cdn.shopify.com/s/files/1/0358/0841/1785/files/Slide.png?v=1679626938" style="
    margin: 0 auto;
    display: block;
    max-width: 100%;
">

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Reply 1 (1)
David_SHT
Trailblazer
605 123 119

This is an accepted solution.

Hi @Scott_Bonge 

This is David at SalesHunterThemes.

In this case, try to add the custom liquid code section,

upload your image into the file in admin, then add this code into the custom code area and replace the image link with your link that you copied.

 

<img src="https://cdn.shopify.com/s/files/1/0358/0841/1785/files/Slide.png?v=1679626938" style="
    margin: 0 auto;
    display: block;
    max-width: 100%;
">

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)