Home › Forums › Support › How could I exclude the CSS for hyperlink on this place? This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 17, 2021 at 1:09 am #2007382 Trạng Hi everyone, how could I exclude this CSS styling for the “show/hide” text on Table of content? (Screenshot here) This is the CSS code I use for my hyperlink: /* Link hover color */ .entry-content p a { border-bottom: 2px solid #465362; } .entry-content a:hover { color: #333333; } November 17, 2021 at 3:40 am #2007528 DavidStaff Customer Support Hi there, add this CSS to you remove the border from that element: #toc_container span.toc_toggle a { border-bottom: unset; } November 17, 2021 at 8:57 am #2008131 Trạng Thank David so much! It works like a champ 🙂 November 17, 2021 at 11:04 am #2008283 DavidStaff Customer Support Glad to hear that Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In