Hi Michael,
I used this formula in the child css to add my image bg pattern to the header, precontent, prefooter, footer. What I would like to know is- how do I apply this to the flexslider in the precontent, so that the flexslider images are also behind this pattern.
Theme Name: Flare Child WordPress Theme
Theme URI: http://flare.bringthepixel.com
Description: Got questions? Visit our support forum.
Author: bring the pixel
Author URI: http://www.bringthepixel.com/
Template: flare
Version: 1.0
*/
/* Place your modifications below */
#header .background > .pattern { background: url(./images/backgroundOverlay.png) repeat ! important; }
#precontent > .background > .pattern { background: url(./images/backgroundOverlay.png) repeat ! important; }
#prefooter > .background > .pattern { background: url(./images/backgroundOverlay.png) repeat ! important; }
#footer > .background > .pattern { background: url(./images/backgroundOverlay.png) repeat ! important; }
Thanks!