How to remove author and leave date – CSS
-
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.
Hello,
Delete this code:
.entry-meta-list{
display:none;
}
And insert this one instead:
.meta-author {
display:none;
}
Best Regards
Hi the above code did not work.
Hello,
Please provide the valid admin access.
Best Regards
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