hi!
i want my homepage to only have the logo and the enter button and only show the cart button etc. when I enter the website is this possible?
password: Christianshop123
hi!
i want my homepage to only have the logo and the enter button and only show the cart button etc. when I enter the website is this possible?
password: Christianshop123
@christian_russo
yes, it’s possible.
You can add it by the custom code.
For that you need to hire a developer.
Thank you.
You have to add this condition in your header.liquid file in like this
After that include this CSS in your CSS file as you did previously.
.custom-head summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
display: none;
}
..custom-head .header__icons {
display: none;
}