How do I delete the buttons of my homepage?

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?

www.gallerychristian.com

password: Christianshop123

1 Like

@christian_russo
yes, it’s possible.
You can add it by the custom code.

For that you need to hire a developer.

Thank you.

@christian_russo

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;
}