AryavK
December 29, 2023, 1:51am
1
Looking to implement a sticky header like the website here: www.bellavitaorganic.com
Where menu text/icons/logos are white and the header is transparent while above image banner and when you scroll past the image banner, the menu/icons/logo is black while the header is white. I would like to keep the header white for other pages. I’m using the Dawn theme.
Thanks!
Store URL: www.faithandyou.in
Please change the setting to make header sticky then I can provide the code to do your request
AryavK
December 29, 2023, 2:38am
3
ok done, can you please provide the significant amount of custom coding now please.
THANKS!
Go Online store > Themes > Edit code > open header.liquid, add this code below after element
{% if template == 'index' %}
{% else %}
{% endif %}
AryavK
December 29, 2023, 3:05am
5
Hello @Dan-From-Ryviu
I went to header.liquid but code not locate element
Did you by any change mean theme.liquid?
AryavK
December 29, 2023, 3:07am
7
ok thanks, let me just try it
AryavK
December 29, 2023, 3:10am
8
@Dan-From-Ryviu ! YOU ARE THE BEST G GOATED YOU ARE GOD THANKS SO DAMN MUCH
Btw remember that person you helped add this
he kept his promise and bought you 3 coffees!
AryavK
December 29, 2023, 5:39am
10
@Dan-From-Ryviu
Can you pls help me with one more thing,
it turns into a white header WAY to fast. Can it wait until scrolled past slideshow or all the menus on the header.
It just turns white after announcement bar, give it time
Thanks again SO much
AryavK
December 29, 2023, 11:24am
13
ps is there anyway to only make it be on homepage
AryavK
January 1, 2024, 11:14am
14
@Dan-From-Ryviu
Can you also tell me how to make the cart icon white when header is transparent but when we scroll it turns white
Thanks
AryavK
January 2, 2024, 8:09am
15
@Dan-From-Ryviu
Can you pls help me with one more thing,
it turns into a white header WAY to fast. Can it wait until scrolled past slideshow or all the menus on the header.
It just turns white after announcement bar, give it time
Thanks again SO much
Please try to update code to this and check
{% if template == 'index' %}
{% else %}
{% endif %}
AryavK
January 2, 2024, 9:18am
17
dude, how the freaking hell are you so goated!
1 Like
AryavK
January 2, 2024, 9:30am
18
For People Who Also Want To Change From Transparent Header To White On Scroll With Black Text & Icons-
Go To Your Shopify Admin > Themes > Edit Code > theme.liquid and paste the following code anywhere between to
{% if template == ‘index’ %}
.scrolled-past-header .header-wrapper {
background-color: #fff;
transition: background-color 800ms ease;
}
.scrolled-past-header .header-wrapper * {
color: #000000;
transition: color 800ms ease;
}
{% else %}
.shopify-section-group-header-group .header-wrapper {
background-color: #fff; __/*your colour choice*/__
}
.shopify-section-group-header-group .header-wrapper * {
color: #ffffff;
}
{% endif %}
1 Like
Hi Aryavk,
Is there any possibility you could help me with this please?
I am a first timer to shopify and coding, I did copy and paste the code but it didn’t work?
I am using the Sahara theme and would like the white header with black logo appearing once past the image banner also.
Thanks in advance.
Hi Dan
Can you please help me with this for my store.
I am new to Shopify and coding so would really love your help.
I just want the header to turn white with black logo once its down past the initial image banner on home page?
Can you help please and thank you?