Archived topic
How to remove underline from links in sidebar
8 replies · Started by Amit on June 21, 2022
Hey,
Hey, how do we remove Underline from sidebar links?
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Here
Also, is there any way to remove Underline from sidebar table of content only?
Try this CSS:
.sidebar #ezw_tco-2 a {
text-decoration: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Did not work - The css is added, still same
Hi Amit,
Can you try this instead?:
.inside-right-sidebar a {
text-decoration: none;
}
This will remove underlines for all links in the right sidebar.
Kindly let us know how it goes.
It worked - Different placements had different -2, -3, I made some changes it worked. Thanks a lot
You’re welcome Amit!