Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #100446
    Casper
    Participant

    Hi.

    I find the sizes of the headings to be too similar, is there a way to change the size of the fonts?

    I took a look at the style.css under font size and it looks like the font sizes are 24, 22, 20 etc. for the headings. Is that correct? Can I just change the numbers to something like 32, 26, 20 etc. and save?

    Thank you!

    #100448
    Casper
    Participant

    Oh, this is the code I was looking at:

    .entry-content h1,
    .comment-content h1 {
    font-size: 24px;

    Is that the number I should change?

    #100474
    Mahesh
    Keymaster

    @zerolizer0: If you mean to change the size for post title h1 and comment content h1, yes adjust these from Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .entry-content h1,
    .comment-content h1 {
        font-size: 30px;
    }

    Note: Please adjust the font-size as you desire.

    Regards,
    Mahesh

    #100680
    Casper
    Participant

    Thank you Mahesh!

    #100764
    Mahesh
    Keymaster

    @zerolizer0: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing font size for heading 1, 2,3 etc?’ is closed to new replies.