Hello
I would like to overlay a PNG image over the easysliders (which will make the top part darker to make the logo and menu stand out). The PNG image filename and location is in the private data box… Please let me know what code i need to implement so that this dark transparent png can be overlaid on the easyslider images.
Thanks a lot
Hi mrcityrunner!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.avia-slideshow:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: red;
z-index: 1000;
position: absolute;
}
Adjust the background property. http://www.w3schools.com/css/css_background.asp
Regards,
Ismael
Thanks, but now this causes the problem of the slideshow not to autoplay and you cannot click the next/back icons…
Please see the link in the private box so you can see what i mean…
pls let me know how to resolve this asap
Thanks
Its ok – i got it working now… i just lowered the value of the z-index. thanks