I’d like to open social media links in a new tab ON MOBILE which uses the Dawn 13.0 theme. I have managed to do it on desktop but it doesn’t work on mobile. It opens on the same page on mobile. Is that how it is? Can anybody help please?
Hi @MMke_1
Dan here from Ryviu: Product Reviews & QA app.
Did you edit code in social-icons.liquid file of Dawn theme? Please open this file, add this code below right after all <a part, save it and check again
target=“_blank”
Hi Dan,
Thank you but this has only worked for the social icons in my footer. The social icons in my header, navigation menu still open in the same page.
Could you share your store URL so I can check?
Pass: lawhaw
Open header-drawer.liquid file, and do the same with <a tags below this line of code
Open header-drawer.liquid file, and add target=“_blank” after all <a tags below this line of code, you can find them at very bottom of the file
This has worked perfectly! Thank you!
1 Like
Happy I could help!
1 Like