Changing the title hover color in Related Posts module

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

Comments

Related posts

Search Can I disable the author link on blog post pages?