I want to use a different Text-Decoration for the Heading's hyperlinks.

Posted in: Newspaper
Post count: 4

I have underlined all the hyperlinks using the below CSS code;
.single .tdb_single_content a{
text-decoration: none;
border-bottom: 2px solid;
}

.single .tdb_single_content a:hover {
text-decoration: none;
color: #F37500;
border-bottom: 0;
transition: color .15s ease-out;
}

However, I want to use a different text-decoration on the headings (H1-H5), what should I do to override it?

Post count: 21065

Hello!

Please note that customization is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Thank you for your understanding!

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