My cart only displays on the home page. When I click on a product page the icon disappears but I can hover the mouse over where it is meant to be and still click on the cart. This is the same for the menu. Please help so that the cart and menu are visible on all pages. I am using the Narrative theme.
Hi @Anonymous
Do you mind sharing your website so we can provide a code specific for you?
Hi @made4Uo
Thanks for your quick reply. Website is https://byanymeans.net.au/
Hi @Anonymous
Thank you for the information. Plead add the code below
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the theme.scss
- Paste the code below at the very bottom of the file.
button.site-header__navigation.btn.btn--clear.btn--square > * {
background: #000;
}
svg.icon.icon-header-bag {
fill: #000;
}
@made4Uo Thanks so much for your help! Worked perfectly.