Hoping you can help. I'm trying to removing date and author in masonry blog list.
I tried using this but had no luck.
body .meta-author { display: none !important; } body .meta-category { display: none !important; } body .meta-comment-count { display: none !important; } /* For Blog Single Pages */ body #single-below-header { display: none !important; } /* hide date and love on masonry blog */ body #post-area.masonry article.post .post-meta { display: none!important; } article.post .content-inner { border-bottom: none; }
Hi there. The reply below doesn't seem to address the issue. I can get the buttons to control the date & author info in the header, but I am trying to remove the author name and avatar from the bottom of blog posts. I've tried the CSS code as instructed and it doesn't remove it. I've used the buttons. Still there. How do I remove this? Thank you.
Hoping you can help. I'm trying to removing date and author in masonry blog list.
I tried using this but had no luck.
body .meta-author { display: none !important;
}
body .meta-category { display: none !important;
}
body .meta-comment-count { display: none !important;
}
/* For Blog Single Pages */
body #single-below-header { display: none !important;
}
/* hide date and love on masonry blog */
body #post-area.masonry article.post .post-meta { display: none!important;
}
article.post .content-inner { border-bottom: none;
}
Hi there,
Edit the blog item and remove post date
Thanks.
Hi there. The reply below doesn't seem to address the issue. I can get the buttons to control the date & author info in the header, but I am trying to remove the author name and avatar from the bottom of blog posts. I've tried the CSS code as instructed and it doesn't remove it. I've used the buttons. Still there. How do I remove this? Thank you.
Hi There,
Thank you for contacting us
Please paste the following code on the custom css code in Salient Theme Options>General Settings>CSS/Script related. It will remove the author name.
The below code will remove the date.
Hope it works.
Kind Regards.