Archived topic
Missing URL links on homepage
4 replies · Started by Kumar on September 17, 2020
Hi,
On the homepage, we are missing the URL links even though it appears in the block editor.
https://www.parenthood.guide/
Backend - Block editor
https://snipboard.io/eq64jp.jpg
Regards
Kumar
Hi,
I've checked your site and the linked are actually there, but the styling is having issues.
The link's color is the same as the normal texts, To make the link look prominent, you can try adding this CSS code.
p.has-text-color a {
color: #f88379;
}
This may not appear on the editor but it should change color on the page.
Let us know if it works for you.
Hi Kumar,
Can you disable the caching plugin so we can take a closer look at the code?
Or did you add this CSS anywhere?
p.has-text-color a {
color: inherit;
}
If so removing that should work.
Thanks Leo.. That worked :-)
No problem :)