Enhancing Visibility of Internal and External Links in AMP Pages

Posted in: Newspaper
Post count: 8

Hello, I’m currently exploring methods to improve the visibility of internal and external links within AMP pages. Additionally, I’m seeking recommendations for changing the font color of the author’s name. You can find the specific page I’m referring to at this link:
https://mindfulcells.com/2023/08/unleashing-the-power-within-a-patients-guide-to-car-t-therapy/?amp=1
Here are the issues I’m facing:

1. Yoast Table of Contents: I have integrated the Yoast table of contents into the post. However, I am unable to locate the settings to change the color.

2. External Links: The color of external links is currently set to white, making them difficult to distinguish.

3. Author Name Font Color: I would also like to modify the font color of the author’s name.

Your assistance in resolving these issues is greatly appreciated.

Post count: 21065

Hello @manjunatha !

From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Unfortunately, you can not customize the amp pages so easily, because there are not so many settings and the AMP plugin that you use should be compatible with those features.
Use this CSS code:

a, .td-post-author-name a, .td-post-content blockquote p {
color: black;
}

Try to change the Accent color from Theme Panel -> Theme Color -> General Theme color -> https://i.imgur.com/gvoN3sh.png

Thank you!

Post count: 8

Thank you Bettina 🙂
Suggestions solved the issue.

I have used color “blue” in custom CSS code instead of black and it works.

a, .td-post-author-name a, .td-post-content blockquote p {
color: blue;
}

Thank you so much.

Post count: 21065

Hello @manjunatha !

I’m glad that I could help you!

Have a great day!

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