How do I remove “share code” at bottom of posts pages. Below is a link to what I mean.
Thank you!
Tony
https://training-sia.americanstatenationals.us/wp-content/uploads/2020/09/share.jpg
Also, it would be nice to have a search feature on each forum topic so that we do not have to spend hours scrolling through all the entries to see if our question has been previously asked.
Hey Tony,
Try adding the following in quick css:
#top.single-post .entry-footer div.av-share-box {
display: none !important;
}
Best regards,
Jordan Shannon
Hi Jordan,
The code did not change anything. I also cleared the cache at the site and all 3 browsers.
Hi,
Please provide a link to the section where the button is.
Best regards,
Jordan Shannon
Jordan,
Below is a link to a page that shows it at the bottom. This page is generated by a LMS plugin called Learndash but I have the same issue on all post type pages.
https://training-sia.americanstatenationals.us/courses/sign-in-america-training-course-part-1/
Thank you!
Tony
Hi,
Add this to quick css:
.av-share-box{
display:none!important;
}
Best regards,
Jordan Shannon
That did it Jordan. Thank you ….. you’re awesome!
I appreciate the help.
Tony
Hi Tony,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko