Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20372
    heatherlb
    Participant

    Pretty please? 🙂

    I would love to be able to select a font specifically for the Homepage Headline and Homepage Subheadline. (Currently I can only change it along with the default font setting – I think – which also changes the menu text, body text, etc.)

    I’m sure I can figure out how to change it manually in my code, but I would LOVE it to just be one of the options available in the font section of the theme options.

    What do you think?

    #20381
    Sakin
    Keymaster

    @heatherlb: Yes, we will add in our update list.

    But you can change the font as below:
    1. Default Font Family: This will replace overall font
    2. Site Title Font Family: This will just replace the Site Title Font
    3. Site Tagline Font Family: This will just replace the Site Tagline Font
    4. Content Title Font Family: This will just replace the Content Title Font
    5. Content Body Font Family : This will just replace the Body Font
    6. Headings Tags from h1 to h6 Font Family : This will just replace all the heading tags font.

    #21956
    heatherlb
    Participant

    Hi Sakin,

    For the time being, I would like to change the font of the Homepage Headline through CSS. For simplicity’s sake, I’m happy to stick to one of the Google fonts you’ve already enabled in the theme. I added the following code to my custom CSS, and it is not working properly:

    #homepage-message {
        font-family: Dancing Script, sans-serif;
    }

    What am I doing wrong?
    Note: if I try another of your fonts, say Amaranth, it does work. Hmm.

    Here is my dev site: http://dev2.jhamtsegatsal.org/

    Thanks for any help!

    #22004
    Sakin
    Keymaster

    @heatherlb: Maybe your computer has Amaranth font. So, it is showing. You first need to load the google font. So there is one trick as you don’t have Site Title enabled. You can go to “Appearance => Theme Options => Font Family Options” and choose “Dancing Script, sans-serif” in “Site Title Font Family”. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { font-family: "Dancing Script",sans-serif; }

    #22086
    heatherlb
    Participant

    Ah, of course. Sakin you are brilliant. Thanks!

    #31984
    heatherlb
    Participant

    Hi again. Can you give me the code I would add to the functions.php file in my child theme to add another google font to my site? The font I want to use is Amatic SC, if that is helpful.

    Thanks!

    #32143
    Sakin
    Keymaster

    @heatherlb: If you want to use Google Font then there is variety of Google Font Plugin at http://wordpress.org/plugins/.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Feature Request: Font Options for Homepage Headline’ is closed to new replies.