Text size

Support Area Forums Moonrise Text size

Viewing 9 posts - 1 through 9 (of 9 total)
URL to the page in question: http://www.scanpan.co.jp
  • Author
    Posts
  • #37072
    shintaro adachi
    Participant

    Dear Bill,

    I would like to change a size of text h1, h2,,,,.
    Please teach me how to do it.

    Best regards,
    Shintaro

    #37073
    Bill Robbins
    Moderator

    Hello Shintaro,

    Excellent question. You can change the font sizes in the site. Go to the Appearance section in your WordPress dashboard. Click on theme options, then select the Content tab. The “body font” option there will change your paragraph, list item and many other “default” elements in the theme.

    To change your headings, go to the Advanced tab and scroll down to the Custom CSS box. In it add this:

    
    h1 { font-size: 40px; }
    h2 { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 24px; }
    h5 { font-size: 20px; }
    h6 { font-size: 16px; }
    

    Change those values to fit your needs and save your options. If you run into any trouble, let me know.

    Have a great day,
    Bill

    #37083
    shintaro adachi
    Participant

    Dear Bill,

    Thank you, but I could not do it.
    I have added to Custom CSS but text size did not change…

    Best regards,
    Shintaro

    #37084
    Bill Robbins
    Moderator

    Hi Shintaro,

    I took a quick look this morning, but I did not see the code in the Custom CSS on your site. Did you happen to clear out the W3 Total Cache’s cache after making the changes? That might keep them from showing up. Let me know what you turn up.

    Take care,
    Bill

    #37092
    shintaro adachi
    Participant

    Dear Bill,

    It is in Custom CSS under Advanced page.
    I could see the code you gave me above.

    Best regards,
    Shintaro

    #37093
    shintaro adachi
    Participant

    Dear Bill,

    Actually it start to work.
    it seems it took some time to effect the code or i did not put proprely.
    sorry about this.

    Let me ask one more thing.
    can I change font family??

    Best regards,
    Shintaro

    #37105
    Bill Robbins
    Moderator

    Hello Shintaro,

    Glad that font size is working for you now. In the Content tab of the theme options page there is a drop down that will let you set a font for the headings. You can also change the snippets above to be like this:

    
    h1 { font-size: 40px; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }
    
    

    Let me know if you need any help,
    Bill

    #37122
    shintaro adachi
    Participant

    Dear Bill,

    Thank you very much.

    Best regards,
    Shintaro

    #37126
    Bill Robbins
    Moderator

    Happy to help out Shintaro. Let me know if you need anything else 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Text size’ is closed to new replies.