Home Forums Azuma Hiding Cart & Account icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14332
    davehill
    Participant

    Hi,

    Can you help me with the correct code to hide the cart and account icons from my site?

    Thanks

    Dave

     

    icons

     

    #14337
    Andy
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding Cart & Account icons’ is closed to new replies.