• Hello everyone,

    how can I get rid once and for all of that awful dark gradient that haunts all the featured images on the front page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Did you ever figure out how to do this?

    Hi,

    I got rid of it in the headers.

    Hi,

    /* Remove front page grey gradient. */
    .home .custom-header .custom-header-media::before {
    display: none;
    }

    /* Remove page grey gradient. */
    div.custom-header .custom-header-media::before{
    display: none;
    }

    /* Remove featured image grey gradient by setting display to none. */
    div.panel-image::before {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Twenty Seventeen] Kill the gradient’ is closed to new replies.