Hiding username from post
-
I am using the Gema template and was wondering if there is a way to not show the user name in the post heading.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can do this by adding some custom CSS in the Customizer.
Click on My Sites, then click the Customize button next to Themes, then click on CSS. Add the following code on its own line:
span.byline { display: none; }If you don’t see the CSS option in the Customizer, please log in as the user who owns the Premium Plan on the site, arkanamag, or ask them to add the code instead.
- The topic ‘Hiding username from post’ is closed to new replies.