Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1263675

    Hey guys- I’m playing with the Table of Content Widget on a few post and would like to remove the jump link to the comment box. It looks like this is coded with a h3 tag and I was wondering if that can be changed to an h4 or 5? You can see what I mean here: https://abihomeservices.com/brown-recluse-spider-in-kentucky/

    This may be a WordPress thing (not theme related) and I apologize if that is the case. If so, would anyone know a quick and easy way to pull this off?

    #1263753

    Hey childproofer,

    Please try the following in Quick CSS under Enfold->General Styling:

    #table-of-content .avia-toc-container .avia-toc-level-2 {
      display: none; 
    }

    Best regards,
    Rikard

    #1263794

    Thanks but that didn’t seem to do anything at all. Would something other CSS work perhaps?

    #1263810

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1264609

    Yep. Still showing the leave a reply in the TOC.

    #1264760

    I removed it from the quick CSS menu and added it to the child theme style.css page at the very top and ‘leave a comment’ is still showing up…..

    Here is a screenshot of my css page https://imgur.com/JFMbjWG

    Here is the link to the post I’m testing – https://abihomeservices.com/brown-recluse-spider-in-kentucky/

    Thanks guys.

    #1264921

    Hi,

    Thanks for the update. Your CSS is served from a cached source, could you try clearing the cache, and/or disable the plugin to see if that helps please?

    Best regards,
    Rikard

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