Hi All,
Please assist I need to remove the quote button on the Home page that is on the top right corner.
I have highlighted it in yellow.
Hi All,
Please assist I need to remove the quote button on the Home page that is on the top right corner.
I have highlighted it in yellow.
This is the shopping cart button. Are you sure you want to remove itοΌIf so, please share the store URL so that I can assist you.
Hey @IanIan26
.header__icon--cart {
display: none;
}
Hello @IanIan26
You can add code by following these steps
Go to Online Store β Theme β Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This has worked.
Thank you.