Could you please tell me how to remove the featured image component on the main blog page and the individual post pages? I’d still like to show the author avatars.
Also, how can I remove the related posts at the bottom of the post pages?
Thank you!
Hi flowpsychicarts!
Please add this on your Quick CSS or custom.css:
.big-preview.multi-big, .small-preview, .related_posts {
display: none;
}
Remove browser cache then reload the page a few times.
Regards,
Ismael
Thank you!!!
Another question- I’d like to use Facebook comments instead of WordPress comments. Is there a way to remove them and show only FB comments?
Edited to add: When I look at the main blog page and posts the title and meta are now below the avatar, where as before they were to the right of the avatar. Is there a way to fix this?
Hey!
Can you please give us a link to the actual post? You can remove the default wordpress comment section using this:
.comment-entry.post-entry {
display: none;
}
Cheers!
Ismael
Thank you! And my blog magically fixed itself- I won’t complain.
I have two questions
1. is it possible to have a full length easy slider on the main blog and posts?
2. I use Hybrid Connect for opt in boxes and it’s not working on my blog posts. I want them placed after each post but it doesn’t do it on this theme. I can use it anywhere else however. Is there a way to fix that?
Gracias!!!!