Knowledge Base

Changing the title hover color in Related Posts module

Written by HubSpotted | Jun 7, 2026 8:10:37 PM

In your HubSpot account, please go to Settings > Content > Pages and add the following code into the Site Header HTML field:

<style>
    .focus_widget_post_item-a.mw_single_post:hover .focus_widget_post_item-title, .focus_widget_post_item-a.mw_single_post:focus .focus_widget_post_item-title { color: #0b7dbb !important; }
</style>

Change the #0b7dbb part as you wish.

Back to Knowledge Base