Hi there please help!
I added a background image:
#mainwrap {
background: url(https://sanjorgeecolodges.com/images/SJT/San-Jorge-Tandayapa-Landscape.jpg) no-repeat center center fixed;
background-size: cover;
height: 100%;
overflow: hidden;
}
I need to reduce the opacity of the above image.
Also, after adding this image as a background I notice that I need to reduce the opacity of other divs such as breadcrumps? and footerwrap? (they have a solid #212121 color) in order for the backgroud image to be seen underneath.
Thankyou