Removing Author/Icon Info from Patch Theme Posts
-
With every blog post, the Patch theme displays a box containing an icon, display username, and a link to all posts. I would like to remove this. I was able to remove the author/date info that appeared when hovering over a post on the homepage, but not on the individual blog post pages. If anyone could help me with this, I would greatly appreciate it. Thank you in advance! :)
-
Hi there, the following custom CSS will remove the author box from below the content on single post pages in Patch.
.single .entry-footer { display: none; } -
-
- The topic ‘Removing Author/Icon Info from Patch Theme Posts’ is closed to new replies.