How do i hide my footer menu in shopping cart in dawn? If i make in invisible thru the theme settings it will also dissappear on my homepage but that’s not what I want.
URL: Bundo.nl
How do i hide my footer menu in shopping cart in dawn? If i make in invisible thru the theme settings it will also dissappear on my homepage but that’s not what I want.
URL: Bundo.nl
CAVEAT: customers may want to use things in the footer such as currency settings, or access store polices. By removing the footer without proper a/b testing you literally could be losing money by increasing bounce rates.
For an OS2.0 compatible theme use a custom liquid section:
{% if template.name == 'cart' %}
{% endif %}