How to add a LARGE photo on homepage DAWN theme

Solved

How to add a LARGE photo on homepage DAWN theme

RC94
Explorer
46 1 14

Hi !

I am looking to create this same homepage look on my DAWN shopify theme however,

I have gone through all options built into the dawn theme and I know its going to require coding.

Can someone please assist with some code to achieve this large photo on my homepage?

see photo for reference that wraps with transparent header.

 

Website to be actioned: www.billywhite.com.au

IMG_6479.png

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @RC94

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (max-width: 767px) {
.slideshow__media.banner__media.media {
    height: 55em !important;
}
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @RC94

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (max-width: 767px) {
.slideshow__media.banner__media.media {
    height: 55em !important;
}
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

RC94
Explorer
46 1 14

PERFECT! THANK YOU SO MUCH!

Appreciate your help!

RC94
Explorer
46 1 14

HI!

 

I have another shop I would like to apply this to however, the code isnt working for some reason-are you able to assist with this on 

Charlie Helena Collection- Mum & Babe Outfits |Accessories | Boho Rugs – Charliehelenacollection

BSSCommerce-HDL
Shopify Partner
2305 848 1064

Hi @RC94

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (max-width: 767px) {
.slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width.banner--desktop-transparent {
    min-height: 55rem;
}
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

RC94
Explorer
46 1 14

For some reason this code worked on the www.billywhite.com.au but not on the www.charliehelenacollection.com.au