Forums
Home / Plugin: WP Blog Post Layouts / Hide Author
(@gauchan)
2 years, 12 months ago
Is there a CSS to hide the “Author” from the layout view?
(@codevibrant)
2 years, 11 months ago
Hello @gauchan
Can you provide us the live URL so that we can check and provide you feedback further ?
Thanks ??
Hi, the site is not publicly accessible at the moment. We are using this layout and we are pretty much trying to remove the author as you can see here:
View post on imgur.com
You can use the following CSS code in additional CSS box in customizer:
.cv-post-meta .cv-post-author-name { display: none; }
Thanks