Help me I want to disable the WhatsApp button only from the selected page, not for every page. If I use coding in the theme then every page will change… but I want to disable the button from the selected page, not every page. how is it possible?
Hi @BukhariArshad , if you’d like to hide that button from some page, add this to your theme liquid:
{% if page.url == '/pages/YOURPAGE' %}
{% endif %}