Site logo

Archived topic

Disable links bottom border in table without affecting links border on the post

1 reply · Started by Jatin on January 6, 2023

Viewing posts 1–2 of 2

Hi,

I have provided a link in the box. The table uses links underlines which are enabled using .entry-content a {}. I want to remove the underlining from the table only without affecting the links underlining on other parts of my site.
Could you please let me know if its possible. Is there any Custom CSS i can use ?

Hi Jatin,

Try this CSS:

.entry-content ul.simpletoc-list li a {
    border-bottom: 0;
}
This archived topic is closed to new replies.