intergalactic theme about page
-
Hi I have some questions about the intergalactic theme. I want it to look like the demo, so no dates with my posts. I basically want it to not look like a blogsite.
Also I tried to add a featured image to the about page and I am not seeing it coming up!
So I tried instead of featured image CSS But is not working as well: .page-id-About {
background-image: url(‘http://home.web.cern.ch/sites/home.web.cern.ch/files/image/featured/2014/01/higgs_event_display_1.jpg’)
}
Also I centered one sentence above the more-break, on the post it centers but on the frontage it doesn’t which looks awful!
Lots of questions
Thank you for looking at themThe blog I need help with is: (visible only to logged in users)
-
I’m happy to help, let me answer your questions one at a time:
I want it to look like the demo, so no dates with my posts
The demo for intergalactic does have dates on the actual post page, but we can remove those from your site with the following CSS:
.posted-on{ display: none; }If you look at the pages (rather than posts) of the intergalactic demo site, you’ll see that featured images aren’t included in the header.
https://intergalacticdemo.wordpress.com/readability/
You can add an image to the header space on your about page with the following CSS:
.page-id-1 .site-header{ background-image: url('http://home.web.cern.ch/sites/home.web.cern.ch/files/image/featured/2014/01/higgs_event_display_1.jpg') }Note: The space isn’t as large as your photo, so the image gets cut off, but hopefully that helps you see what’s possible.
Also I centered one sentence above the more-break, on the post it centers but on the frontage it doesn’t which looks awful!
If you want the summary text to center on your site’s front page, the following CSS will take care of it.
.entry-summary p{ text-align: center; }Let me know if you need anything else!
-
-
- The topic ‘intergalactic theme about page’ is closed to new replies.