Site logo

Archived topic

ToC sidebar style

5 replies · Started by Jose on February 12, 2023

Viewing posts 1–6 of 6

Hi guys,
I set up the Table of Content is the sidebar using your replies, however there are 3 things I am unable to do and hope you can help me please.

1) The ToC when you scroll down shows where you are, now the text is becoming bold and black, How to change it to not bold and same link color?
2) How to hide ToC from Archives?
3) When you scroll down to the bottom and click a subheading in ToC going to the top, the sticky navigation is getting over the subheadings

By the way, kudos to you for the Author box tutorial, Leo did a great job.

Thank you in advance.

Hi Jose,

1. Support for third-party plugins would be out of our scope of support. Here's something you can try adding through Appearance > Customize > Additional CSS:

.ez-toc-widget-container li.active > a {
    font-weight: 300;
    color: var(--accent);
}

2. You can add the sidebar ToC through a Block Element - Hook instead. Hook it to before_right_sidebar_content. Then, set the Display Rule setting to Post - All Posts.

3. For clarity, can you provide a screenshot of this? I can't seem to replicate this issue.

Hi there,

check in the ToC plugins settings, there should be a Smooth Scroll Offset position that may need increasing

Hi David,

That was it!

Thank you.

You're welcome

This archived topic is closed to new replies.