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?
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
Thanks but that didn’t seem to do anything at all. Would something other CSS work perhaps?
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
Yep. Still showing the leave a reply in the TOC.
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.