Anchor text color

Posted in: Newspaper
Post count: 31

Hi,

Where could i change the color and hover color of anchor text/link inside the articles?
In advance thank you for your answer!

Judit

Post count: 35449

Hi,

Unfortunately there is not a setting only for that, our theme have only a general accent color -> https://www.screencast.com/t/SeoLt4oWStWP
But You can use a custom css
Just set the below custom css, and change the colors
Newspaper>Theme panel>Custom code>Custom css

.td-post-content a:hover {
  color: red;
}
.td-post-content a{
  color: pink;
}

https://www.screencast.com/t/4XYPyfQUMUUd

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Post count: 59

Hello sir, can I make the anchor text underlined by using css?

Post count: 20688

Hi,


@mehedi57
The links in the post content will be underlined when hovered with the mouse
https://www.screencast.com/t/lJv4pr0Al5BH
If you want them to be underlined when they are not hovered as well, maybe try as suggested in this topic
https://forum.tagdiv.com/topic/how-to-get-underline-in-external-links/
Experiment with the codes provided there, here is an additional guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Let us know if you need more help.
Thanks

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