Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #313444

    Dear Support team,

    I would like to not show the picture or icone of the author for each blog post, I just want the post.
    Please see the link for my website.
    Could you let me know how to fix it ?
    Thank you,
    Have a nice day,
    Régis

    #313473

    Hey RegisFDE!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog-meta, .post_author_timeline {
    display: none;
    }

    Cheers!
    Yigit

    #314745

    Hi Yigit,

    Great, thank you.
    Now, one more request, oops…
    How to remove this line : “24 juin 2014/0 Commentaires/dans du côté du blog, Fiche outil /par Régis”; below the title of the blog post, on the landing page ?

    Thank you,
    Régis

    #315067

    Hey!

    Please add following code to Quick CSS as well

    .home span.post-meta-infos { display: none !important; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.