Remove word 'BY' from minimum theme
-
Hi
I am using the Minimum theme and I have removed the ‘post-comments’ & ‘author’ links from my posts. Only date now remains. However the word ‘BY’ is visible after the date. Can you please advise how i remove that word?
Thanks
Ray
The blog I need help with is barcelonadad.com.
The blog I need help with is: (visible only to logged in users)
-
just a further note. It seems to be coming through with the date through the .post-info class?
-
You are right, but there is some CSS trickery we can use and first set the visibility on .post-info to hidden, and then target the date and set its visibility to visible like this:
.post-info { visibility: hidden; } .post-info span.date { visibility: visible; } -
-
- The topic ‘Remove word 'BY' from minimum theme’ is closed to new replies.