Hello,
I’m on the Trade theme, I want the links on the buttons to be opened in a new tab, what should I do?
I looked for several solutions on the forum but none worked.
Thanks.
Hello,
I’m on the Trade theme, I want the links on the buttons to be opened in a new tab, what should I do?
I looked for several solutions on the forum but none worked.
Thanks.
Hello @Ussowe
find your button code add target=“_blank”
Example:
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @Ussowe
You just need to make simple change in the code.
Open the file in which you want to open the link in new tab.
Find the tag and add target=“_blank” in the a tag.
it’s pretty simple.