Archived topic
Meta Link should not have the normal link color
5 replies · Started by Marius on July 22, 2021
Hello,
the Category Meta Link has the normal link color (blue) from text links. But it should be grey, like I set in customizer.
How do I make this?
And where can I set the fontsize for this Meta Link?
Hi Sonja,
How are you setting the color of the entry meta links?
Normally, the color of the entry meta links specifically, is set on Appearance > Customize > Colors > Content.
As for the font size of the meta links:
You can do it w/ custom CSS:
Example:
.entry-meta {
font-size: 20px;
}
Hello Elvin,
on Appearance > Customize > Colors > Content, it is set to grey. But it is not, as you can see.
I guess it has something to do with the css settings for link color?
Hi there,
in the Customizer > Colors > Content - did you change the Entry Meta Link color? As i cannot see the CSS it would generate.
Hi David,
You are right. I had made the setting for Meta Entry but not for Meta Link. But of course this is a Link. Now it works. Thanks.
I was also confused because in the past it was gray out of the box on every GPP installation I made.
Glad to be of help.