• Resolved lvlysumn

    (@lvlysumn)


    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

    (@shaped-pixels)

    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

    (@lvlysumn)

    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

    (@shaped-pixels)

    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

    (@lvlysumn)

    Thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creating child theme’ is closed to new replies.