Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #501644

    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

    #501770

    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

    #501785

    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?

    #501837

    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

    #503092

    Just deleted the theme and uploaded a new copy and it still seems to be having the problem. Could you take another look?

    #503438

    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

    #503583

    Wow! Thank you! Perfect!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog Posts content element on home page not showing title’ is closed to new replies.