Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
And another Question: How can I make the Row Background transparent instead of a color? So if I add a alpha channel .png to it and it slides over another opject via paralax, the objekt below is still visible...
Hope I explained that right..
Thanks a lot! David
you can use css
.row-you-want-transparent { background-color: rgba(255, 255, 255, 0) !important; }
Dear @dani sweet! Thank you for sharing!
Best!
Marius
Thats easy, thanks a lot!