Header Image size
-
I am wanting to reduce the height of the featured image on the homepage, how can I do this?
The blog I need help with is: (visible only to logged in users)
-
Hi,
I have visited your blog, to reduce the size of the image on the header then add following CSS to your code..site-logo.attachment-canape-logo { height: 43px; }You can fix height according to your need.
Thanks,
Aakash Patel -
Aakash – that CSS changes the height of the logo, but doesn’t affect the featured image.
This CSS should reduce the height of the featured image on the homepage in Canape:
.home .hero > img { height: 300px; }You can modify the height value as you like.
Let us know how it goes.
-
That’s perfect, thank you. The other code did work aswell, but as you said it decreased the size of the logo also.
-
- The topic ‘Header Image size’ is closed to new replies.