Site logo

[Support request] Disable links bottom border in table without affecting links border on the post

Home Forums Support [Support request] Disable links bottom border in table without affecting links border on the post

Home Forums Support Disable links bottom border in table without affecting links border on the post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2486224
    Jatin

    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 ?

    #2486508
    Ying
    Staff
    Customer Support

    Hi Jatin,

    Try this CSS:

    .entry-content ul.simpletoc-list li a {
        border-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.