Okay
  Public Ticket #3131009
Remove woo commerce icons from homepage
Closed

Comments

  •  8
    Erik started the conversation

    Can you give me the css to remove the Woo Commerce icons from the header on the home page?  I want the Woo Commerce icons in the header to ONLY show oon the store page.  NOT the homepage.

  •  2,958
    Andrew replied

    Hello Erik,

    Thank you for getting in touch with us.

    Please share your website url so that I can create custom css to hide the cart icon.

    Thanks.

  •   Erik replied privately
  •  1,877
    Judith replied

    Hello Erik,

    Please try this css:

    page-id-1631.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        display: none;
    }

    Thanks.

  •  8
    Erik replied

    That did not work, but I found a better solution that does work.  Thanks anyway.