Jump to content

How to remove visible tags and dates on blog posts

Recommended Posts

Posted

Site URL: https://eco-muse.com/blog/guide-to-organic-wine-producers-in-the-uk

Hi there, I'm using Version 7.0– Montauk family (Kent template)

I have looked at other posts for different templates and tried to remove dates and tags on all my blog posts so they are not visible to my site visitors. I think I need custom code to do this. 

Can anyone give me some advice on this or has anyone worked out how to do it already for this template? 

Thanks so much! Natalie :-)

  • Replies 2
  • Views 1.4k
  • Created
  • Last Reply
Posted

Remove cats and tags insert into  custom css:

.collection-type-blog article footer {
 .tags,
 .categories {
   display: none;
 }
}

Hide date insert in  advanced code injection  header of blog page:

<style>
      .date {
        display: none;
    }
    </style>

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.