Archived topic
Byline & Category Links
3 replies · Started by Alan on October 28, 2020
I just noticed that my byline ("Publish Date" and "by" hex color #393939) are a different color than the category links (hex color #595959). How do I get them to be all the same color?
Please let me know. Thanks,
Hi,
Can you link us to the site in question? So we could check what causes it and give you the proper CSS code to address this.
You can provide the site details on the Private information textarea. Thank you. :)
Elvin:
See link attached.
Thank you. :)
You can add these CSS codes to make sure they're of the same color.
time.entry-date.published {
color: #595959;
}
span.cat-links a {
color: #595959;
}