THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Customize Tagline Font – Church theme

Home › Forums › Omega Child › Customize Tagline Font – Church theme

Tagged: Church, font, tagline

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by han.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 2, 2015 at 10:53 pm #3005
    abbyzimmer
    Participant

    I am using the Church theme, and I would like to customize the tagline in one of two ways:

    1) Current font, but bold and italic

    2) Different font entirely. Do Google fonts work with the Church theme? How do I load a Google font for the tagline?

    Thanks!

    February 10, 2015 at 5:11 am #3016
    han
    Keymaster

    Go to Appearance > Customize > CSS and drop this code

    .site-description {
        font-weight: bold;
        font-style: italic;
    }

    yes, Google font is supported. Example font import that you can drop into your style-sheet.

    @import url(http://fonts.googleapis.com/css?family=Open+Sans);

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php