Hi there,
I am trying to remove the link from the author meta on Single Blog posts to the author page.
https://rachelkindt.com/lets-get-started/
I have used this css to remove the mouse hover:
.single .entry-meta {
text-align: center;
margin-bottom: 20px;
pointer-events: none;
color: #783f76!important;
}
But I cannot figure out how to remove the underscore which shows it is a link or change the color.
Is there a better way to do this in Generatepress?
Thank you!