I am using the Blog Posts content element on grezzam.com home page and although I have it set to title + excerpt its showing excerpt and meta info (comments + date). I want to show the title and excerpt. Also- is there a way to adjust the size of the excerpt shown?
Login attached
Hi taylormanning!
So your not wanting to display the meta information then correct? Add this to your custom CSS.
.slide-entry .slide-meta { display: none !important; }
See here for setting the excerpt length, https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503.
Best regards,
Elliott
Thanks Elliot. But it is still not posting the title of the blog and I do have it set to do so. Any clue why that might be happening?
Hi!
I see what you mean. I noticed your single post view is displaying very weird as well. Have you done customizations?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
Elliott
Just deleted the theme and uploaded a new copy and it still seems to be having the problem. Could you take another look?
Hey!
Well it’s displaying now but you have it’s color set to white. Add this to your custom CSS.
.slide-content h3, .slide-content h3 a { color: black !important; }
Regards,
Elliott
Wow! Thank you! Perfect!