Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242751
    Bastien Chilloux
    Participant

    Hi,

    What is the CSS input to change the H1 title font size ?

    Thank you !

    #242762
    Skandha
    Participant

    @bastienchill: Hello there,
    Go to => Appearance => Customize => Additional CSS
    and add the following CSS Code.

    h1 {
        font-size: 40px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘H1 title font size’ is closed to new replies.