Hi,
For a temporay landing page I like to remove the search and cart icon from the header in the Achemy theme.
I have tried all suggestions that are given for the base theme but nothing seems to work.
Any help is really appreciated. Thanks!
Hi,
For a temporay landing page I like to remove the search and cart icon from the header in the Achemy theme.
I have tried all suggestions that are given for the base theme but nothing seems to work.
Any help is really appreciated. Thanks!
Hi @Boer
Would you mind to share your store URL website? with password if its protected. Thanks!
Hi @Boer
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
.header-items__item {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @Boer
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css
.header-items>span {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
This works. Thank you so much!
This works. Thanks!
Thank you for your reply. The store url is kliff.nl but the solution given below works already so no need to folow up.