How to Hide a Blog Date to all my blog

How can I hide the blog date? Hybrid Work Isn't Broken, We're Just Doing It Wrong

Hey @Eric,

since you’re using the elevate theme, you got two options:

  1. Add following code either to the Site Header HTML section of your portal, but make sure to select the right domain first - or - the Blog post header HTML section
  2. Create a child-theme of Elevate, add the blog-listing template to the child-theme, remove the corresponding date code-snippet and use this template as your new blog post template.

The code for option 1:

.hs-elevate-blog-meta__date-container{
display:none;
}

if this shouldn’t work, try the sledgehammer method

.hs-elevate-blog-meta__date-container{
display:none !important;
}

As for option 2 - Elevate is the first React-CMS theme by HubSpot. As all React-CMS themes, it has a whole different process of development/modification and is not accessible via the design-manager.
You’ll need to set up the local development environment, fetch it, apply your changes and deploy it.
If you don’t have access to a developer or aren’t a developer yourself, I don’t recommend doing it as this can lead to a lot of frustration if you’re doing it for the first time (especially if you’re on a windows machine).

If you’re planning to apply more modifications or create custom solutions in the future, I’d recommend to look into the marketplace for a good fit theme (something that covers around 80% of your requirements) and switch from Elevate to this new theme. But create a child-theme of it first (it’s much easier via the Design-manager)

hope this helps

Best,
Anton

Hi Anton,

Thank you very much for your reply. Do you know or can recommend a developer that can help?

Eric

Hi Eric,

Happy to help, feel free to send me a DM and we can discuss scope.

Just to set expectations upfront: As mentioned, Elevate is HubSpot’s first React-CMS theme, which means changes go through a local dev environment/CLI rather than the Design Manager.
That’s a different workflow than most HubSpot devs are used to, so it’s worth asking whether a custom or marketplace theme migration might serve you better long-term if you’re planning more modifications down the line - happy to walk through that trade-off in the DM too.

Best,
Anton

Hi Anton,

What’s the best way to DM you, sorry new to this.

Eric

Hey @Eric ,

no worries.

Just click my name and hit “Message” :slight_smile:

Hi Anton,

Sorry there is no “message” when I click your name, do i need to use GraphiSpot. Here is my email: eric.wang@innerspace.io if it is easier to communicate. Thanks

Hey @Eric,
thank you.
I’ll drop you an email in a bit.

As for your question - GraphiSpot is the name of my company, not a product :slight_smile: