• Resolved Ruthie

    (@erdmanre)


    I would like to edit the font of the homepage tagline. I tried changing in the Option Panel but the font remains the default. I also tried hacking the stylesheet using the tag “.home_tagline”. Still nothing. Has anyone else been able to accomplish this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Top word on left side:

    .pink_title dt {
    font-family: YOUR FONT HERE;
    }

    Bottom word left side:

    .slidesDescription h1 {
    font-family: YOUR FONT HERE;
    }

    For the description:

    .slidesDescription p {
    font-family: YOUR FONT HERE;
    }

    Custom fonts included in your theme:

    Roboto
    Raleway-Sbold
    Raleway-Xbold
    Raleway-Light
    Raleway-Medium
    MarketingScript
    DroidSerifItalic

    Thread Starter Ruthie

    (@erdmanre)

    Actually, I’m talking about the tagline under the main header image and above the four services section.

    Thread Starter Ruthie

    (@erdmanre)

    Figured it out.

    .jumbotron h1 {
    font-family: YOUR FONT HERE;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing Homepage Tagline’ is closed to new replies.