Adjust Slider Excerpts area Degree of Transparency

  • MediaHead

    #5652

    Is there a way to have the excerpt overlay not so dark?

    The current degree of transparency does not allow the photo underneath to be seen.

    See http://chiarellalaw.com/.

    ronangelo

    #32412

    add this in your Custom CSS

    .bgimage-excerpt .slider-entry-wrap {
    background: rgba(0, 0, 0, 0.4);
    }

    you can replace the 0.4 with a number from 0 to 1.

    0 is transparent and 1 is opaque. the default in graphene is 0.8

    MediaHead

    #32413

    Thank you, that worked we’ll I was able to adjust the transparency as needed.

    PB.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.