Resize feature image on Contact page
-
Hi there,
I’m trying to resize the feature image on my Contact page. I’m brand new to CSS and tried copying the resize code for the image on my home page:
.home .hero > img {
height: 400px;
}(Changing .home to .contact) but it didn’t work. Can someone provide me with the actual code?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi,
To reduce the size of the featured image on the Contact page, try adding following CSS it may work..entry-thumbnail { height: 400px; }Thanks,
Aakash Patel -
- The topic ‘Resize feature image on Contact page’ is closed to new replies.