How do I give my blog page a different title and image to my static page?
-
I have a static front page, so my site looks like a website rather than a blog. But on the page where my posts are, I’d like a different header and image to the front page, so that it has a different look. Is that possible?
The blog I need help with is: (visible only to logged in users)
-
Hi Jo,
If you have Custom Design, a feature of the WordPress.com Premium and WordPress.com Business Plans, you could get pretty close.
.blog .site-description { color: white; } .blog .site-description:before { content: 'Musings from a Freelancer'; color: red; margin-left: 360px; } .blog .site-title:after { content: ''s Blog'; } .blog img.site-logo.attachment-penscratch-site-logo { display: none; }
- The topic ‘How do I give my blog page a different title and image to my static page?’ is closed to new replies.