Ask

Need help to change the H1 tag font size, how to change this fontsize?


Answer

Open your template css then find to edit or adding this code at the bottom:

h1 {

font-size: 20px;

}

Change 20px to your own (e.g 18px)