I would like to hide the author name on my posts by creating a CSS code
-
I would like to hide the author name on my posts by creating a CSS code
The blog I need help with is: (visible only to logged in users)
-
Add this code into the CSS section of the customiser, it will remove the author name link on your individual posts.
body.single-post .posted-info .byline { display: none; } body.single-post .posted-info::before { content: "Posted "; }
- The topic ‘I would like to hide the author name on my posts by creating a CSS code’ is closed to new replies.