Hey I am trying to hide the tags that show up on the right side of my “Blog” page. I’m currently using the Venture theme and I can’t seem to figure out how to hide the tags no matter what I try. Any help would be greatly appreciated, I will attach a photo for reference, thank you!
Share the store URL please…
Hello, @RokblokzDig !
There isn’t a setting within the theme editor to hide tags on the blog page, but since you’re using one of Shopify’s free themes, our Theme Support team might be able to help you out with this.
If you still have design time available, please get in touch via the Shopify Help Center so we can submit a customization request to the Theme Support team on your behalf.
If instead you’re wanting to edit the theme code on your own, I found a suggested solution here. Please make sure you save a backup copy of your theme before making any changes, just to be safe.
Hey there, this is the URL
.content-block.content-block–small {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid