No settings for overall link color, hover color or way to color heading links

Posted in: Newspaper
Post count: 72

My problem is that I would like all of my links to be bold, and change color when I hover. The theme is pushing me into making the link and hover the same color by assigning the Theme Accent color to both classes. Actually it looks like they are broken up into dozens of classes by the look of the CSS code on generated pages.

Is there a simple way to force all links to at least use a bold typeface?
Is there a way to color header links so that they show color with CSS.

Yes, I know that TDComposer has more options in blocks for specific modification overrides to the default CSS classes, but I have an enormous amount of content not in TDComposer and users spread all over the USA who are familiar with the WP editor and changing to the TDComposer for everything poses a lot of challenges.

  • This topic was modified 7 years by imkimc. Reason: notify by email
  • This topic was modified 7 years by imkimc.
Post count: 35449

Hi,

This custom css will bold all links from single posts, and will change the color accent/hover of those links
https://www.screencast.com/t/EKa7VDVjjY
.single .td-post-content a{
font-weight: 600;
}
.single .td-post-content a:hover{
color: green;
}

Just paste it in Newspaper>Theme panel>Custom code>Custom css

Thank you.

Post count: 72

Got it, thanks.

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