Knowledge Base

I want to change the color of the blog post title within the post itself without changing the global header color.

Written by HubSpotted | Jun 6, 2026 6:18:19 PM

Go to Settings > Content > Pages inside your HubSpot account and paste the following custom CSS into the Site header HTML field:

<style>
  .focus_blog_post-title { color: #00ff00; }
</style>

(Note: You can change the #00ff00 hex code to any color you prefer.)

Back to Knowledge Base