Is it possible to set the opacity of a background image without affecting the opacity of child elements?
All links in the footer need a custom bull
You can put the image in the div:after or div:before and set the opacity on that "virtual div"
div:after { background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/owl1.jpg); opacity: 0.25; }
found here http://css-tricks.com/snippets/css/transparent-background-images/