How to change the post content link color to normal (none)?

Posted in: Newspaper
Post count: 27

My default theme accent color is red. So all post links are showing red. I just want to remove the color of link and put only colored link underline with medium size border line. Like this: https://prnt.sc/lwwdvy

Post count: 35449

Hi,

In order to achieve that please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.single .td-post-content a:hover{
color: #222;
-webkit-text-decoration-color: red;
text-decoration-color: red;
}
.single .td-post-content a{
color: #222;
}

results:
https://www.screencast.com/t/eZOdigjXPAm

Thank you.

Post count: 27

Thanks.

Why the new WordPress editor not working properly with this theme?

It started hiding the area of paragraphs or blocks after 4 blocks. Is this the issue with your theme?

Check the screenshot. https://prnt.sc/lx3fay

Post count: 35449

Hi,

Please make sure that you have the latest version of theme.
The WordPress editor is working with our theme
-> https://www.screencast.com/t/9egCvTaf4
Also is possible to be some plugins conflicts, you can try to deactivate all non theme plugins, clear all cache and try again.

Thank you for our understanding.

Post count: 27

I have tried everything. But can’t find what’s conflicting?

Can you please provide me email where i can give you log in access and you can check.

Post count: 35449

Hi,

First please make sure that you have the latest version of Newspaper.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you for your understanding.

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