Hide author, post type, and publish date in Plane theme
-
What is the CSS customization to hide author, post type and published date on the home page for the plane theme?
The blog I need help with is: (visible only to logged in users)
-
Paste the following code into the CSS section of the site customiser and let me know if it does what you need:
body.home .entry-meta .entry-format, body.home .entry-meta .posted-on, body.home .entry-meta .byline { display: none; }
- The topic ‘Hide author, post type, and publish date in Plane theme’ is closed to new replies.