Hi,
I am trying to remove the Related Posts side tabs without success. Based on other topics I have added the following shortcodes, but without success:
.single-small .post_author_timeline { display: none; }
.related_posts.stretch_full { display: none; }
The tabs are still appearing. Could you please let me know how to remove them? I’m using Enfold.
Thank you!
Hey LMPLMM!
Can you point out an example on your live site? I just want to be clear we are thinking of the same content when you say side tabs and Related Posts.
If its in the sidebar for instance it could be default widgets but if its in the post body it could be a completely different.
Best regards,
Devin
Hi!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .avia-post-nav {
display: none;
}
That will remove the post nav. The related entries looks like its already been removed.
Best regards,
Devin
Hi!
I’m having the same problem..
I am using a plug in for the related posts. So now I want to remove the site default.
This is a sample page.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#zem_rp_first {
display: none;
}
Cheers!
Yigit
oh. it’s not the zem i want removed. but the related posts below the author bio.
Hey!
Sorry, my bad. Please add following code instead
#jp-relatedposts {
display: none!important;
}
Regards,
Yigit
Thank you so much!!!! It did the job!