.blueoverlay {
background:
linear-gradient(
rgba(0, 116, 240, 0.5),
rgba(0, 116, 240, 0.5)
),
url(‘IMAGE URL HERE’);
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}


    1 Response to "OptimizePress Row Background with transparent colored overlay"

    • Pedro Mbi

      Thak you for the css code. If I visit my page wit my Laptop or Computer I can see the background picture of my start page, but if i try it with my mobile or tablet i cant see it. How can i solve this Problem?

Leave a Reply

Your email address will not be published.