Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307518

    Hi there

    I have tried numerous suggestions but I think they may apply to the main designated blog page. I have used the Advanced Editor to remove this data from single blogs but simply cannot remove it from the various Blog Post Widgets I have running that list single category posts.

    Any Ideas?

    Thanks

    Mark

    #307682

    Hi MKW270210!

    Thank you for using Enfold.

    Please use this on QuicK CSS or custom.css to remove the date on blog or latest news widget:

    span.news-time {
    display: none;
    }

    Best regards,
    Ismael

    #565231

    I tried that code and it didn’t seem to work (I also tried a few other things in this forum.)

    I’m using…
    content elements: blog posts
    Blog Style: Grid Layout
    Define Blog Grid layout: only title

    I want to remove the post categories under the image so it only shows “image & title” of the blog post.

    Thanks!

    #565965

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #566090

    Here is the link. Thanks for taking a look.

    #566216

    Hi!

    Please add following code to Quick CSS

    span.blog-categories.minor-meta {
        display: none !important;
    }

    Best regards,
    Yigit

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