How do I increase the top photo height?
The blog I need help with is breckenridgeluxurycondosales.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do I increase the top photo height?
The blog I need help with is breckenridgeluxurycondosales.com.
For Modularity Lite, start with an image that is at least 950 pixels wide.
Use this CSS to override the built in Appearance → Header settings:
#header-image {
background: url("YOUR_IMAGE_LINK") no-repeat;
height: YOUR_IMAGE_HEIGHT;
}
#header-image img {
display: none;
}
Change YOUR_IMAGE_LINK to the link for the image you uploaded to your media library. Change YOUR_IMAGE_HEIGHT to your image height, such as 300px.
Thank you!
This topic has been closed to new replies.