Removing Author and Date from Intergalactic theme
-
Hello! I am trying to remove Author and Date from all posts and pages on Intergalactic Theme. Does any body now how to do it?
The blog I need help with is: (visible only to logged in users)
-
i’m no css expert, but if you have custom css i would try this
.posted-on { display: none; } .byline { display: none; }hope it helps!
-
Thank you kerin2014. I did try it but the ‘by’ doesn’g go away no matter what I do, even after posted-on and author are gone. I decided to keep the author to make it more meaningful but if you have other ideas …
Cheers -
Hi there, give this a try.
.entry-meta span { visibility: hidden; }I used visibility: hidden instead of display: none because using display: none causes a break between the content and header area that turns black.
-
-
- The topic ‘Removing Author and Date from Intergalactic theme’ is closed to new replies.