Home Forums WoodMart support forum Remove some icons

Remove some icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334500

    diferenciarte
    Participant

    Remove some icons

    Attachments:
    You must be logged in to view attached files.
    #334542

    Luke Nielsen
    Keymaster

    Hello,

    In order to hide WhatsApp and Facebook icons, try adding the following Custom CSS code to the “Global Custom CSS” field in Theme Settings -> Custom CSS.

    .single-product-page .product-share .social-facebook,
    .single-product-page .product-share .social-whatsapp {
        display: none;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)