Title: Some Modifications help needed
Last modified: August 21, 2016

---

# Some Modifications help needed

 *  Resolved [liton1980](https://wordpress.org/support/users/liton1980/)
 * (@liton1980)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/some-modifications-help/)
 * First i want to say thanks to the developer for making such nice theme. Please
   help me with my questions:
    1. How is it possible to change the background color
   of posts **at home page**. It seems the color code is “DDDDDD” but i don’t see
   any option to change it. 2. How to change font size of titles and posts? 3. How
   to use Google fonts as title and post content? 4. How to place custom code in
   the **middle** of posts? I think you can implement it in the next coming version.
   5. What features are you going to add to the next version and when will you release
   it? 6. Can i use any plugin or theme framework that be compatible with this theme
   to have more control on customizing this theme? Please tell me those plugins 
   or frameworks. Thank you again for your time for creating and supporting this
   great theme.

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/some-modifications-help/#post-4193666)
 * > 1. How is it possible to change the background color of posts at home page.
   > It seems the color code is “DDDDDD” but i don’t see any option to change it.
 * Add this on the Custom CSS option.
 *     ```
       .blog-view {
           background: #FFF;
       }
       ```
   
 * > 2. How to change font size of titles and posts?
   >  3. How to use Google fonts
   > as title and post content?
 * You’re going to add something like this on the custom head codes. Follow instructions
   on Google Fonts page.
 *     ```
       <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
       ```
   
 * Then on the Custom CSS option here’s an example of what you would add to change
   font and font-size.
 *     ```
       .blog-view .entry-title a, .single-view .entry-title a {
           font-family: 'Droid Sans', Arial, Sans-serif;
           font-size: 20px;
       }
   
       .blog-view .entry-content, .single-view .entry-content {
           font-family: 'Droid Sans', Arial, Sans-serif;
           font-size: 14px;
       }
       ```
   
 * > 4. How to place custom code in the middle of posts? I think you can implement
   > it in the next coming version.
 * You could follow this tutorial [http://www.wpbeginner.com/wp-tutorials/how-to-insert-ads-within-your-post-content-in-wordpress/](http://www.wpbeginner.com/wp-tutorials/how-to-insert-ads-within-your-post-content-in-wordpress/)
   I don’t think I’ll be adding that. There’s already too many widget areas and 
   I personally don’t like ads or banners in the middle of the content.
 * > 5. What features are you going to add to the next version and when will you
   > release it?
 * I don’t know. I don’t think there’s anything more I could add. If new version
   come out, it might just be very minor changes. Asteroid is a simple theme after
   all.
 * > 6. Can i use any plugin or theme framework that be compatible with this theme
   > to have more control on customizing this theme? Please tell me those plugins
   > or frameworks.
   >  Thank you again for your time for creating and supporting this
   > great theme.
 * It wouldn’t be that simple. Even if you add a plugin like “optionsframework” 
   you’d still need to code what you want to accomplish. My other theme “Frontier”
   uses optionsframework. If you want to customize a theme all you really need is
   to use a child theme.
 *  Thread Starter [liton1980](https://wordpress.org/support/users/liton1980/)
 * (@liton1980)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/some-modifications-help/#post-4193735)
 * OK, thanks a lot for your excellent detailed answers.

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

The topic ‘Some Modifications help needed’ is closed to new replies.

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

## Tags

 * [google fonts](https://wordpress.org/support/topic-tag/google-fonts/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 2 replies
 * 2 participants
 * Last reply from: [liton1980](https://wordpress.org/support/users/liton1980/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/some-modifications-help/#post-4193735)
 * Status: resolved