How do I achieve this banner (home page only) for Dawn Theme?

Solved

How do I achieve this banner (home page only) for Dawn Theme?

AliceInLaLaLand
New Member
4 0 0

How do we achieve this? for home page only

Website: https://leletny.com/
Screenshot 2024-10-04 025604.jpg

My store: https://ec0594-06.myshopify.com/ - pw awsteu

Accepted Solution (1)

Moeed
Shopify Partner
6006 1628 1942

This is an accepted solution.

Hey @AliceInLaLaLand 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
sticky-header.header-wrapper.color-scheme-2.gradient.header-wrapper--border-bottom {
    position: absolute !important;
    background: transparent !important;
    width: 100% !important;
}
</style>

RESULT:

Moeed_0-1727982718569.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 8 (8)

kazi
Shopify Partner
638 91 114

@AliceInLaLaLand  Hello this need some customization. You can follow this video you will get source code too https://www.youtube.com/watch?v=J2Kaj4TlHt8

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

AliceInLaLaLand
New Member
4 0 0

Thanks! Is there any way this can only be applied on the index or home page?

comercioservice
Shopify Partner
265 37 30

@AliceInLaLaLand hi, you need like this ?

gutenplayer_0-1727982277680.png

 

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
AliceInLaLaLand
New Member
4 0 0

yes, should be mobile responsive and on the home page and should turn white when scrolled down

Moeed
Shopify Partner
6006 1628 1942

This is an accepted solution.

Hey @AliceInLaLaLand 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
sticky-header.header-wrapper.color-scheme-2.gradient.header-wrapper--border-bottom {
    position: absolute !important;
    background: transparent !important;
    width: 100% !important;
}
</style>

RESULT:

Moeed_0-1727982718569.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


AliceInLaLaLand
New Member
4 0 0

Should turn white when scrolled down and only applies on the home page

PaulNewton
Shopify Partner
7450 657 1562

Hi @AliceInLaLaLand 👋    💣 Note well: When doing transparent overlays specifically ensure there is a background or other contrasting behavior for the menu/text to stand out from image-content when hovered otherwise you are fundamentally undermining the contrast(accessibility) or your website.

 

Good Luck.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


PaulNewton
Shopify Partner
7450 657 1562

@AliceInLaLaLand looking good so far though the logo gets washed out in some backgrounds like the first with orangish-pink.

And check the collection sections lower on the page there an error for missing custom-badge-product-card snippet.

Liquid error (snippets/card-product line 245): Could not find asset snippets/custom-badge-product-card.liquid
 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org