Tagged: buy vegetable seeds, plant seeds, seeds for garden
How can I remove the “by author” from displaying with posts? Looking at some of the other posts about removing the title, etc., it seems like I need to add code to the custom CSS in the theme options to do so. What code do I add?
Any help would be much appreciated!
Hi,
For removing the “By author” from the post you can paste the CSS below in your Custom CSS box
.by-author{ display:none; }
and click Save All Changes
But the vertical bar will remain in the front. For that to remove you have to edit the code through child theme.
Rabin
Thanks for the reply, but I pasted the code into the custom CSS and “by author” is still being displayed.
Any further suggestions?
And, what do you mean by vertical bar on the front?
Can you post link to your site? Then we will have a look.