Reply To: Widget color

Homepage Community Forums Epik Theme Support Widget color Reply To: Widget color

#13407
corey87
Customer

    Thanks, I tried to do it but it does not work. I do something wrong?

    /* Home Feature Classes */

    /*You can add background images/colors to each section of the homepage by adding them to the classes below.
    */

    .hf1,
    .hf3,
    .hf4,
    .hf5,
    .hf6,
    .hf7,
    .hf8,
    .hf9,
    .hf14 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .hf1 {}

    .hf3 {}

    .hf4 {}

    .hf5 {}

    .hf6 {}

    .hf7 {}

    .hf8 {}

    .hf9 {
    background-color: #f2f2f2;
    }

    .hf14 {}