When I click on that part of the footer it’s sending me to a shopify website, how do I get that off? I don’t want people to click there and go to some website. If you have it as a theme editor or code, thank you.
Web site: https://colorluzes.com.br/
A Shopify store owner discovered an unwanted link in their footer that redirects visitors to a Shopify website. They want to remove or disable this clickable element to prevent customers from leaving their site.
Proposed Solution:
A community member suggested adding CSS code to disable the link:
pointer-events: none to the CSSTechnical Details:
The discussion appears to be ongoing, awaiting confirmation whether the CSS solution successfully resolved the issue.
When I click on that part of the footer it’s sending me to a shopify website, how do I get that off? I don’t want people to click there and go to some website. If you have it as a theme editor or code, thank you.
Web site: https://colorluzes.com.br/
Hello @GustavoAlves ,
#shopify-section-footer > footer > div > div > aside > div.footer__aside-item.footer__aside-item–localization > p > a{pointer-events: none;}
add this line in your css file.