CSS Code to Hide Author and Date on Capoverso Theme Posts
-
Hello,
I use the Capoverso Theme. I have all the customization upgrades, but I need CSS help. I would like to hide on individual blog posts the author and date which appears in the upper right hand side of the sidebar, above the menu.
Please assist me with the prompt CSS code.
Thank you for your help in advance,
H. G. Robert
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to hide date and author from single post pages on Capoverso.
.single .entry-meta { display: none; } -
-
- The topic ‘CSS Code to Hide Author and Date on Capoverso Theme Posts’ is closed to new replies.