I have seen advice on how to remove both category and author with .display:none; but how can we keep the category
and remove author under the flag?
http://www.rweberjewelry.com/test/custom-jewelry/
Thanks
I have seen advice on how to remove both category and author with .display:none; but how can we keep the category
and remove author under the flag?
http://www.rweberjewelry.com/test/custom-jewelry/
Thanks
Hey,
Try to use this code in your Quick CSS or custom.css:
.blog-author.minor-meta {
display: none;
}
Hope this helps. :)
Best Regards,
Ismael
That's it! thanks one million!
This topic has been closed to new replies.