- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Hiding Cart & Account icons’ is closed to new replies.
Hi,
Can you help me with the correct code to hide the cart and account icons from my site?
Thanks
Dave
This CSS snippet will hide the cart and account in the header:
#masthead .top-account,
#masthead .top-cart {
display: none;
}
You should add the code at Appearance > Customize > Additional CSS.