Okay
  Public Ticket #1691368
hide element in cart
Closed

Comments

  • believesupplements started the conversation

    Hey guys,

    big fan of the theme I bought 3 versions.

    Anyway I can hide the new zoom button on my product page? Don't like this at all..

  •  8,999
    Tahir replied

    Hey B,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team