• Hey, i created a child theme yesterday and i worked.
    My child theme looks like this:`
    /*
    Theme Name: Vantage Child
    Author: SiteOrigin
    Author URI: http://siteorigin.com/
    Theme URI: http://siteorigin.com/theme/vantage
    Description: Vantage Child Theme
    Version: 1.0.0
    Template: vantage
    Text Domain: vantage
    Domain Path: /languages/
    */

    /* =Theme customization starts here
    ————————————————————– */
    /** changes the color of the header */
    #masthead {
    background: #00665c;
    padding: 0 35px 0 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;`

    However when i wanted to change something else it didn’t override the parent theme, i wanted to change the hover color on the main menu, however the child theme doesn’t override even though i type it just like in the parent theme css.
    What could cause this?
    Thanks 🙂

    [closed as duplicate of https://wordpress.org/support/topic/child-theme-only-works-50-vantage-theme?replies=2 – please start only one topic per problem, and add any more relevant information in your original topic]

  • The topic ‘Child theme doesn't work’ is closed to new replies.