Site logo

Archived topic

Edit Hero Image (Template - Hand On)

4 replies · Started by Josh on December 27, 2019

Viewing posts 1–5 of 5

Hello,

Is there a way to make the hero image smaller? I've tried reducing the size of the image but the template still uses the same size - the image is just more blurry.

Here's the site - https://joshymay.com/

Thank you,
Josh

Hi,

No this doesn't help. That feature changes the copy positioning. I'm trying to change the "hero image" positioning.

See the screenshot for context - https://ibb.co/x2cghpX.

Josh

Hmm try removing this CSS in Additional CSS field in the customizer:

.page-hero {
  height: 100vh;
  background-size: 70vh;
  background-position: 90%;
}

That worked, thank you Leo. Instead of removing it I changed the "background-size: 70vh" section and that reduced the image. Thanks!

This archived topic is closed to new replies.