Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
Hi @mobsdogs
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a[target="_blank"][rel="nofollow"] {
display: none;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @mobsdogs
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a[target="_blank"][rel="nofollow"] {
display: none;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you
Welcome, please dont forget to hit likes as well thanks!
Hey man, can you please take a look to my new question on my account? I think you would solve that easily.
Appreciate it!
Thanks, worked for me too
thanks,, it works!!!!!!!!!!