Home Forums Basel support forum Hide date on feature images (blog)

Hide date on feature images (blog)

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

    gingernasser
    Participant

    Hi,

    Please, how can I hide the date upper left on the feature image – Blog Posts. Like in here https://snag.gy/cDixr4.jpg and here https://snag.gy/d1oFcS.jpg

    I couldn’t find this on the theme options.

    Thanks!

    #86197

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    body .blog-post-loop .post-date {
        display:none;
    }

    Best Regards

    #86331

    gingernasser
    Participant

    Thank you! It worked for the blog post (https://snag.gy/FuQ0B4.jpg) but how do I do the same for the “Recent blogs section” in here (https://snag.gy/wtYRVc.jpg)

    Thanks for your help

    #86357

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .blog-post-loop .post-date .post-date-day {
    display:none;
    }

    If the code does not work provide the site admin access and page URL.

    Best Regards

    #86422

    gingernasser
    Participant

    It worked for the date but the month is still there https://snag.gy/yLRGM1.jpg

    Sending Credentials on private msg

    thanks

    #86465

    Hello,

    I have replaced the code with this one

    .blog-design-masonry.has-post-thumbnail .post-date {
        display: none;
    }

    Now, the date has been hidden.

    Best Regard

Viewing 6 posts - 1 through 6 (of 6 total)