Okay
  Public Ticket #2643288
header
Closed

Comments

  • Chris Urban started the conversation

    Hey,

    its me again :D

    I have another Question.
    I want to Change the size of the heading (see at the Picture)

    Can you explain, how i can do this?

    best regards

    Chris Urban

  •  1,630
    Andrey replied

    Hello, Dear Chris Urban!

    You may reduce this headings via CSS code.

    Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    h1 {
        font-size: 20px;    
    }
    h2 {
        font-size: 30px;    
    }
    

    Then save changes and check the results at front-end.

    Best Regards!

  • Chris Urban replied

    it works! Thanks a lot!!!