Archived topic
How to deactivate the "underline" on my links? :)
1 reply · Started by Jenny on January 25, 2022
A nooby Question, but how can I deactivate the Underline function? :)
In Content and Footer?
Can you help me?
Hi Jenny,
To clarify, would you like to remove all underline decorations for links in the content and the footer in the entire site?
If that’s the case, can you try adding this CSS?
#content a, .site-footer a {
text-decoration: none;
}
If however you only want to remove the underline decoration in the specific screenshot you sent and in the footer of the entire site, then, can you try this CSS instead?
.gb-grid-wrapper-1b8e66d4 a, .site-footer a {
text-decoration: none;
}
Kindly refer to this link for assistance regarding adding CSS: https://docs.generatepress.com/article/adding-css/
Hope this helps! :)