Site logo

Archived topic

How to remove underline from links in sidebar

8 replies · Started by Amit on June 21, 2022

Viewing posts 1–9 of 9

Hey,

Hey, how do we remove Underline from sidebar links?

Here

Also, is there any way to remove Underline from sidebar table of content only?

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!

This archived topic is closed to new replies.