Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Merch Site Template: Home page hero element. Reduce H1 text size on mobile

  • Hi, I’m using the Merch Site Template and want to reduce the H1 text size used for mobile in the “Home Page Hero” Element. Is there some custom CSS I canuse to change the size of the text in this area ONLY and not affect the H1 size in other areas?

    The code in the element currently is simply:-
    <h1>
    Handcrafted<br>Elegance
    </h1>

  • Hi there,

    Yes, try this CSS:

    @media(max-width: 768px) { 
    .home .page-hero h1 {
      font-size:20px;
    }
    }
  • Perfect, thanks.

  • No Problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.