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

    Hi helpers

    I would like all info below the post to be removed or hidden apart from the “Category”… I understand the default is: Date Posted / # of Comments / in “Category”/ by Author.
    Ive checked here : https://kriesi.at/support/topic/enfold-modifying-the-information-displayed-below-post-title/

    I would prefer not to edit any php files, can this be done with css?

    Thanks in advance

    #296188

    Hi Arran!

    Please insert this code into the quick css field:

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

    Cheers!
    Peter

    #296189

    Hi Arran!

    Thany you for using our theme.

    In Custom.css or Enfold->Styling->Quick-CSS field put the following:

    
    .post time,
    .post .text-sep-date,
    .post .comment-container,
    .post .text-sep-comment,
    .post .text-sep-cat,
    .post .blog-author{
    display: none;
    }
    

    Cheers!
    Günter

    #296196

    Perfect, thanks a lot.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the Information displayed below post title’ is closed to new replies.