Home Forums Basel support forum Basel: How to remove Blog author and date?

Basel: How to remove Blog author and date?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #90021

    peMy3IK
    Participant

    I have used

    .basel-entry-meta .meta-author,
    .basel-entry-meta .meta-date:before {
    display: none;
    }

    As you see my attached photo, so I could remove author, but still I have a problem with my “date”! What to do for display it?

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

    peMy3IK
    Participant

    Ups! (what to do for display it?), I mean how to remove DATE?

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

    Hello,

    Add this code to the Theme Settings > Custom CSS

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

    Best Regards

    #90124

    peMy3IK
    Participant

    Thank you very much for your great help! it works well 🙂
    Best!

    #90144

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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