Site logo

Archived topic

Missing URL links on homepage

4 replies · Started by Kumar on September 17, 2020

Viewing posts 1–5 of 5

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 :)

This archived topic is closed to new replies.