Archived topic
Replace Category and Tag icons?
8 replies · Started by Carol on October 3, 2019
Instead of a folder icon and tag icon for categories and tags, I would like to use:
Filed Under: (for categories)
Tagged With: (for tags)
How can I do this, please?
Hi there,
Try this CSS:
.cat-links:before {
content: "Filed Under: ";
width: auto;
font-family: "Lato", sans-serif;
}
.tags-links:before {
content: "Tagged With ";
width: auto;
font-family: "Lato", sans-serif;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Yes, thank you.
That helps. :-)
But the links are same color as text.
Need them to be link color I chose.
Thank you.
The code I provided should do that.
Have you tried it?
Let me know :)
Edited my message above
- :-)
Possible to make links a different color?
#1C75BB
Have you tried the settings in Customizer > Colors > Content > Entry Meta Links?
Let me know :)
Leo, You're the BEST!
So THAT'S what entry meta links are! lol
Thank you so much!!
Carol
Glad I could help :)