• Resolved dolceremy

    (@centoasa)


    I’ve this code to add underline to link, only for content post:

    .chariti-content-area a {
    text-decoration: none;
    border-bottom: #EA215A 0.125em solid ;
    }

    How to avoid underline for toc links?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Magazine3

    (@magazine3)

    Hi, Thank you for reaching out to us. Could you please share the URL once on which you need help, so we can check accordingly.

    Thread Starter dolceremy

    (@centoasa)

    Plugin Author Magazine3

    (@magazine3)

    Hi, thank you for reaching out to us, and we apologize for the delayed response. We have checked the URL you provided, but we did not find any underlines on the headings.

    Could you please confirm whether you are referring to the hover effect?: https://shorturl.at/epY02. We noticed that some underlines appear on the headings when scrolling through the table of contents.

    If this is the issue you’re referring to, you can apply the following CSS code to remove the underlines:

    div#ez-toc-container ul.ez-toc-list a:hover {
    text-decoration: none;
    }

    Please try this solution and let us know if you have any further concerns.

    Thread Starter dolceremy

    (@centoasa)

    Now with this your suggestion works as I expected:

    div#ez-toc-container ul.ez-toc-list a {
    text-decoration: none;
    border-bottom: none;
    }

    as you can see the toc is: https://nimb.ws/TawWvZK (change colour only when mouse hover) and content post have link underline (as I want)

    Thank you so much!

    Plugin Author Magazine3

    (@magazine3)

    Glad to hear that your issue has been resolved. We are marking this thread as closed, but if you need any help, please reach out to us. Have a great day ahead!

    Also, kindly share your experience with the plugin here: https://www.ads-software.com/support/plugin/easy-table-of-contents/reviews/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘underline link’ is closed to new replies.