[Resolved] How to change the size of the hero-heading?

Home Forums Support [Resolved] How to change the size of the hero-heading?

Home Forums Support How to change the size of the hero-heading?

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1249472
    Real

    Hi all!

    I am with Aspire template.

    Is there another way to change the size of the hero-heading?

    I tried from Customize > Typography > Header but I don’t see any change.

    Thanks

    #1249551
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Additional CSS field in the customizer and edit this block of CSS:

    h1.hero-heading {
    	font-size: 50px;
    	font-weight: 600;
    }

    Let me know if this helps 🙂

    #1249583
    Real

    Hi Leo,

    Yeah, it works but it is changing the size in Desktop too.

    And, I want to change the size ONLY in mobile. Any idea?

    Thanks

    #1249593
    Leo
    Staff
    Customer Support

    Add this CSS:

    @media (max-width: 768px) {
        h1.hero-heading {
    	font-size: 50px;
        }
    }
    #1249641
    Real

    Hi,

    It works.

    Many thanks!

    #1250009
    Leo
    Staff
    Customer Support

    No problem 🙂

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