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

    hi there.

    i have unticked author & date in the blog meta elements…

    yet still the dates appear in grid layout.
    and author and date appears when i click on post category.

    obviously these settings aren’t working.

    can you please advise?

    thanks!

    #444041

    Hi habarnett!

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

    .blog-author, .date-container, .text-sep-date, .text-sep-cat,.slide-meta {
      display: none !important;
    }

    Cheers!
    Yigit

    #447252

    Thanks very much, Yigit.

    It was really just the author & the date that I wanted to remove… The post category could remain. The above code removed this too however, even when I edited the code to the following:

    .blog-author, .date-container, .text-sep-date, slide-meta {
      display: none !important;
    }

    Not hugely important but would be good to know if there is a simple fix.

    Cheers again!

    #447903

    Hi!

    couldn’t find your blog showing author and date, but try this:

    span.date-container.minor-meta.updated {
    display: none;
    }
    span.blog-author.minor-meta {
    display: none;
    }
    

    Best regards,
    Andy

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