Home Forums Basel support forum Hide date and "posted by" on blog archive and page

Hide date and "posted by" on blog archive and page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #8860

    coris8
    Participant

    Hi,
    I’d like to remove the date on the thumbnail / image of blog (in blog archive and post) as well as the “posted by” info.
    How can I do it?
    Thanks for your help
    Best

    PS: by the way your support is great, thank you for this useful service

    #8874

    Artem Temos
    Keymaster

    Hello,

    Use this code to hide all the data

    .post-date,
    .meta-post-categories,
    .entry-meta,
    .entry-thumbnail {
    	display:none!important;
    }

    Regards

    #8876

    coris8
    Participant

    Thanks, but your code actually hide the thumbnail image too.. I’d like to keep the thumbnail image on blog archive 😉
    see the link attached.
    Best

    #8877

    Artem Temos
    Keymaster

    In this case replace it with this one

    .post-date,
    .meta-post-categories,
    .entry-meta {
    	display:none!important;
    }
    #8891

    coris8
    Participant

    Hi, many thanks for this new code. Unfortunately the thumbnail / image now comes on the title (in blog archive as well as in the post)… see screenshots…
    Thanks for your help 🙂

    #8892

    coris8
    Participant

    and here with the screenshots!

    Attachments:
    You must be logged in to view attached files.
    #8896

    Artem Temos
    Keymaster

    One more quick fix 🙂

    .blog-design-masonry .entry-thumbnail {
        margin-bottom: 15px;
    }
    #8923

    coris8
    Participant

    Hi, almost there 😉
    It looks right on the blog archive but not on the blog post (no change there)… Do you think it would be possible to hide the main image on the blog post but that the main image still appears as thumbnail on the blog archive? That would be actually the best option for me..
    if yes how? and if not what would be the code to have the main image placed correctly?
    Thanks

    #8933

    Artem Temos
    Keymaster

    Hi,

    Ok, try to change that code with this one for both pages. There is no option to hide the main image on the blog post but that the main image still appears as thumbnail on the blog archive.

    .entry-thumbnail {
        margin-bottom: 15px!important;
    }
    #8959

    coris8
    Participant

    That’s it! thanks 🙂
    One more question, any way that the main image display full width on the blog post?

    #8969

    Artem Temos
    Keymaster

    You just need to increase sizes of uploaded images and check what size is set in admin panel -> Settings -> Media.

    Regards

Tagged: 

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