• Resolved Kezliz

    (@kezliz)


    Hi
    I have download Storefront and Boutique today and I am trying to edit the background color to black. Also there doesn’t seem to be an area to edit the font type/size/color etc in the customizer. Could somebody help, please.

    Kerrie

Viewing 2 replies - 1 through 2 (of 2 total)
  • robhob

    (@robhob)

    Hi Kerrie

    To change the body background to black you’d add the following CSS:
    body {
    background: black;
    }

    For the header background:
    .site-header {
    background-color: black;
    }

    To change the “center column” use this:
    .site-content .col-full {
    background: black;
    }

    The trouble is that the center column might need more tweaking depending on what’s in it.

    Hope that helps.

    Rob

    Thread Starter Kezliz

    (@kezliz)

    Hi Rob

    Thanks that was a big help.

    Kerrie

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

The topic ‘Storefront Boutique color customisation’ is closed to new replies.