Site logo

[Resolved] ToC sidebar style

Home Forums Support [Resolved] ToC sidebar style

Home Forums Support ToC sidebar style

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2530185
    Jose

    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.

    #2530856
    Fernando
    Customer Support

    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.

    #2531283
    Jose

    Great!

    https://snipboard.io/xihp4J.jpg

    Thank you Fernando.

    #2531299
    David
    Staff
    Customer Support

    Hi there,

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

    #2531309
    Jose

    Hi David,

    That was it!

    Thank you.

    #2531504
    David
    Staff
    Customer Support

    You’re welcome

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