• Hi,

    Today I created a child theme for the moesia pro theme.

    I enqueue the child css as described in the CODEX:
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );

    }

    The stylesheet loads but I see some differences:
    1. The font family (not changed in the child css) changes
    2. Now the title on the header changes to blue when you have the mouse on top while on the original is not happening
    3. On the customize menu for the revolution slider the checkbox is working the other way around (activated when not checked).

    Do you have an idea of what is happening?

    Thanks!

    Regards

  • The topic ‘Child theme changes font family and theme options’ is closed to new replies.