Title: Main Page Theme
Last modified: August 31, 2016

---

# Main Page Theme

 *  Resolved [Traubensaft](https://wordpress.org/support/users/traubensaft/)
 * (@traubensaft)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/)
 * Hello,
 * maybe its an stupid question but how can i change the font from the title?
    i
   want something more “wedding like”
 * (www) . (hochzeit-marks) . (de)
 * Thanks for the help

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982427)
 * You want to change entire site’s font ? or just some specific line/text/section?
   
   You need to change font-family in order to do that. let me know
 *  Thread Starter [Traubensaft](https://wordpress.org/support/users/traubensaft/)
 * (@traubensaft)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982428)
 * hi,
 * thanks for your quick reply. thanks
 * i only want to change the font from “salinas und thomas hochzeit”
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982439)
 * It’s advised that you apply theme changes to child theme.
 *     ```
       #site-title {font-family:Arial; //change the font to whatever you like}
       ```
   
 * add this CSS code to your style.css file
 *  Thread Starter [Traubensaft](https://wordpress.org/support/users/traubensaft/)
 * (@traubensaft)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982452)
 * thanks. it was quite easy =)
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982524)
 * You’re welcome 🙂
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982578)
 * Keep in mind that if you want to use a special font, you’ll need to also enqueue
   it in the theme. If you just specify it in the CSS, that’ll only let folks see
   it if they happen to have that font installed on their computer, which limits
   you to a very narrow set of fonts, like Arial, Georgia, Verdana, etc.
 * If your font is a Google Font you can use a Google Font plugin to enqueue it 
   in your theme:
 * [https://wordpress.org/plugins/search.php?q=google+font](https://wordpress.org/plugins/search.php?q=google+font)
 * You’d then target it in your CSS using the method ashiquzzaman mentioned above.
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   every time the theme is updated to the latest version.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Main Page Theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/forever/1.2.4/screenshot.png)
 * Forever
 * [Support Threads](https://wordpress.org/support/theme/forever/)
 * [Active Topics](https://wordpress.org/support/theme/forever/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/forever/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/forever/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/main-page-theme/#post-6982578)
 * Status: resolved