Site logo

[Resolved] How could I exclude the CSS for hyperlink on this place?

Home Forums Support [Resolved] How could I exclude the CSS for hyperlink on this place?

Home Forums Support How could I exclude the CSS for hyperlink on this place?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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;
    }
    #2007528
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to you remove the border from that element:

    #toc_container span.toc_toggle a {
        border-bottom: unset;
    }
    #2008131
    Trạng

    Thank David so much! It works like a champ 🙂

    #2008283
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.