Hi there,
I see on a lot of Photography & Video sites they have a fine dotted pattern thats overlaid across large background photos/sliders and video’s. Can you suggest how I might achieve this with your theme?
Cheers
Andy
Hi andypeck!
Can you point out where exactly you would like to add overlay on your website? You can use following code in Quick CSS for Fullwidth Easy Slider
.avia-slideshow { background-image: url(https://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png); }
Cheers!
Yigit
thanks but im not sure this is quite what im looking for….
Have a look at the following two examples and the main images/video playing in background – it has a fine dotted grid/hatchings overlay. Can I replicate this effect in enfold?
http://themes.renklibeyaz.com/?theme=RightNowWP
http://themes.renklibeyaz.com/?theme=ColdFusionWP
Cheers
Andy
Hey!
Yes you can. Following code should add that overlay on videos on fullwidth slider.
#top .av-video-slide.av-hide-video-controls .caption_fullwidth { background-image: url(https://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png); }
You should create or find these overlays.
Regards,
Yigit
Brilliant – Ill give it a go tonight.
Thanks