Undisplay post information
-
Hi ,
Would you let me know the CSS code to undisplay the post information in my products’ detail shown:
https://bluedeers.com/menu/wired-earphone/3-5mm-earphone/
Thanks
DanielThe blog I need help with is: (visible only to logged in users)
-
Hi
This bit of code will hide the “Leave a comment” and the “Posted on” part at the top of each blog post.
.post-author { display: none; }If you want to remove the tags at the bottom (for example, the icon and 3.5mm Earphone in your sample), add the following code.
.post-meta { display: none; }Hope this helps!
-
- The topic ‘Undisplay post information’ is closed to new replies.