can someone help me with my header. I want the header to disappear when scrolling down and to appear when scrolling up. I’m using the prestige theme. thanks.
Hello @rodolfoq , would you like to share the store URL? So, I can look further into your request.
Regards,
Osama Farooqi
also can you help me remove the Shopify logo on the password page please.
Thank you for the information. Would you mind to share the Password of your store? So we can check. Thanks!
Try this one to rmeove the logo in your password page.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
h1.password__logo {
visibility: hidden;
}
Result:
I hope it help.
Password- Southernhill23
for the Shopify logo I meant the one on the bottom left. I can’t get the logo back
it worked. thanks
now I just got to figure out the header, to disappear when scrolling down and to appear when scrolling up.
I checked your website. For you to able to get the header, disappear when scrolling down and to appear when scrolling up is needing some liquid code.
For now I can only provide the code for header showing when scrolling up and down.
header#shopify-section-sections--19515415200040__header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
still need help with my problem

