How to add link hover color?

Posted in: Newspaper
Post count: 71

Hi, I’d like for links inside my articles to have a darker red color once they’re hovered over. How can I achieve this?

Example post with links – https://gamerdiscovery.com/the-division-2-keychain-locations-guide/

Thanks

Post count: 35449

Hi,

The easiest way and fast will be to set a custom css in Newspaper>Theme panel>Custom code>Custom css and this will apply on all link from post content
-> https://www.screencast.com/t/KacZMLAqeh
.post .td-post-content a:hover {
color: #8B0000;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.