Archived topic
remove underlines of link from post recents
3 replies · Started by steven on February 10, 2022
Viewing posts 1–4 of 4
Hi there ,
How i can remove underlines of link from post recents, (only post recent not geral setting)
Thanks you
Hi there,
Try this CSS:
.inside-article .wp-block-latest-posts__list a {
text-decoration: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
thanks you
No problem :)
This archived topic is closed to new replies.