I want this section buttons to stop opening the links as a new tab. How do I disable it for this section only?
here is my URL: https://050086.myshopify.com/
A user wants to prevent buttons in a specific section from opening links in new tabs.
The solution provided involves modifying the Liquid template file:
<a> tags within that sectionThis change will make links open in the same tab instead of spawning new browser tabs, affecting only that particular section.
I want this section buttons to stop opening the links as a new tab. How do I disable it for this section only?
here is my URL: https://050086.myshopify.com/
Remove target="_blank**"** from the a tags in your section-columns.liquid file