css sheet changes storefront child theme. trying to change header colour

  • Unknown's avatar

    Hi
    I am trying to change the colour of a header in the storefront child theme that I have created.
    For some reason the change header background colour command on the appearance menu does not work.
    So…. from about 2 days of searching I understand a work around is to amend the .css file.
    I have tried to do this by adding the following but it still does not work.
    Can anyone help me??

    /*
    Theme Name: storefront-child
    Version: 1.0
    Description: A child theme of Storefront
    Template: storefront
    */
    .site-header {
    background-color: #ffffff;
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    color: #9aa0a7;
    background-position: center center;
    position: relative;
    z-index: 999;
    }

    @import url(“../storefront/style.css”);

    Thanks
    Matthew

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘css sheet changes storefront child theme. trying to change header colour’ is closed to new replies.