Can I remove the byline above the displayed blog posts on the homepage?
-
Hi there? Can I remove the byline above the displayed blog posts on the homepage? At the moment it says by skinandpulp above all of the blog posts, which I’d like to remove.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
thanks for writing and using our theme :)Yes, you can remove it form the homepage using that:
.home .masonry-brick .entry-meta { display: none; }
If you want to remove it from single post view, add this one too:
.single .entry-header .entry-meta { display: none; }
Finally, the info about author also appears on category and tags pages. Add this CSS to hide it from those pages:
.masonry-brick .entry-meta { display: none; }
Hope this helps :)
Ricardo P. from SiloCreativo -
-
- The topic ‘Can I remove the byline above the displayed blog posts on the homepage?’ is closed to new replies.