Header Image Customization
-
Hello,
There are two thing I am trying to do that are kind of related. The first is that I would like to remove the header image from all the pages and subpages except the “home” page. The second is that I would like to reduce the space between the header image and the title “Thoughts of a Fellow” on the “home” page.
The theme I am using is “Truly Minimal”.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Add these, and decrease the margin-top value:
.site-header img { display: none; } .home .site-header img { display: block; } .site-title, .site-title a { margin-top: 1.25em; }
- The topic ‘Header Image Customization’ is closed to new replies.