How to remove text above an image
-
I would like to remove the text ‘Posted on September 10, 2012’ above the image on the first page, can you please describe an easy way to do this?
The blog I need help with is: (visible only to logged in users)
-
-
Hi,
If you are using a WordPress.com premium or Business plan, you may use custom CSS method to remove the post date.
To do it, first visit: https://wordpress.com/customize/studiopaz.net while logged in as the site admin.
Then click the CSS section of the customizer menu. Now it will open an input box.
Paste the following code there and see the preview at the right side of the screen:time.entry-date.published { display: none; }If it works for you, click the ‘Save & Publish’ button at the top left.
Best of luck.
- The topic ‘How to remove text above an image’ is closed to new replies.