Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I remove tags from a blog post photo without deleting them?

Solved

How can I remove tags from a blog post photo without deleting them?

boneinspector
New Member
11 0 0

I was finally able to figure out how to make my first blog post and put it on my store menu. However, the tags I used are in bright red over the photo for my first blog. How do I remove them off my photo without removing the tags from my blog post? Here is the link to the blog: https://bulletproofpetproducts.com/blogs/news

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to remove tags:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.article-card .article_tags{
  display: none !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to remove tags:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.article-card .article_tags{
  display: none !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.