Home Forums Basel support forum How to remove author and leave date – CSS

How to remove author and leave date – CSS

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

    Taiger
    Participant

    How to remove author and leave date – please see my current CSS to see where i am going wrong

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

    Hello,

    Delete this code:

    .entry-meta-list{
    display:none;
    }

    And insert this one instead:

    .meta-author {
    display:none;
    }

    Best Regards

    #74823

    Taiger
    Participant

    Hi the above code did not work.

    #74826

    Hello,

    Please provide the valid admin access.

    Best Regards

    #74833

    Taiger
    Participant

    OK

    #74855

    Hello,

    The issue has been fixed by adding this code:

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

    Please clear the cache.

    Best Regards

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