Title: Creating child theme
Last modified: August 24, 2016

---

# Creating child theme

 *  Resolved [lvlysumn](https://wordpress.org/support/users/lvlysumn/)
 * (@lvlysumn)
 * [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/)
 * I am creating child theme for this theme I have enqueue function in my child 
   functions.php file. every thing works fine but Menu font size is very small and
   banner and call to action widget fonts are small too. I have only functions.php
   and style.css file in my child theme.

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

 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/#post-6139234)
 * Without the child theme, are the fonts the right size, or just when the child
   theme is active they are small? Also, what is in your child theme’s style.css,
   anything for font sizes? Do you have a link to your site where this is?
 *  Thread Starter [lvlysumn](https://wordpress.org/support/users/lvlysumn/)
 * (@lvlysumn)
 * [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/#post-6139247)
 * Yes without the child theme fonts are ok, I have not altered any style in a child
   theme style.css file, just include style.css and functions.php file in my child
   theme directory. Do i need to enqueue other script or do i need to include other
   files as well?
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/#post-6139260)
 * Ah…I found the problem in my local test site.
    It’s the parent theme’s bootstrap
   CSS file. I left the 10px HTML font size in. I will need to fix this on the next
   update.
 * However, this is an easy fix right now. In your child theme’s CSS file, do this:
 *     ```
       html {
       font-size: 100%;
       }
       ```
   
 *  Thread Starter [lvlysumn](https://wordpress.org/support/users/lvlysumn/)
 * (@lvlysumn)
 * [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/#post-6139261)
 * Thank you very much

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

The topic ‘Creating child theme’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [lvlysumn](https://wordpress.org/support/users/lvlysumn/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/creating-child-theme-7/#post-6139261)
 * Status: resolved