Remove link styling from Table of Contents?

Hey guys,

I followed this thread to create some really great link styling and then got some more help to remove that styling from things like images.

I was hoping you could help me pinpoint some CSS that will also remove the styling from the Table of Contents shown on pages like this.

It is the Easy Table of Contents plugin.

Your help would be appreciated!

Hello @jayclouse,

Thanks for posting in! I have checked your page and I found out that you are using a 3rd party plugin to display the EZ Table of Contents and have inserted this custom CSS code:

.entry-content a:not(.x-anchor-button), .x-main.left a:not(.x-anchor-button) a {
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #109aa1;
    box-shadow: inset 0 -2px 0 #109aa1;
    color: #282828;
    //transition: background 0.1s cubic-bezier(.33,.66,.66,1);
}

This custom CSS has been affecting your table of contents. You may need to modify this custom CSS code and include or exclude the table of content links. Be advised that custom coding is beyond the scope of our support. The creator of the custom CSS should be responsible for maintaining the code. EZ Table of Contents comes from a 3rd party plugin, you may need to contact the creator of this plugin.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.