Is there some trick to make an element transparent through it's parent element's BG and show the body BG for instance.
Example:
<body style="background: url(galaxy.jpg)">
<div style="background: black;">
<a href="#" style="background:super-transparent;">Click Me!</a>
</div>
</body>
So even though it's parent element has a black background, it would still show through to the body background. Is this possible?
You can add a class to all element that must be transparent
Then you can import JQuery and add this code:
JSFiddle: https://jsfiddle.net/35bLdtvj/4/