How could you add a background watermark to the content part of a page? Adding a logo/watermark seems hard to do for me. I can't get it the size I want.
It is a good point @izmeez and when I was researching repo discoverability I found that GitHub search does prioritise matches with more stars.
This is what I was researching for:...
Posted1 day 41 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
This link should work if the VIEW contains a Block and a Page - the link from the block will be directed to this page. I've never used it, so I might be wrong. But what can be done easier is to...
Thank you very much for your reply!
I understood that I first need to create a VIEW. I had assumed that the settings were configured via the block because it’s already included in Backdrop...
Comments
Add some markup to your page for the watermark and some css to style it as a watermark.
Here is the markup I've added to this page:
and here is the css i've added:
#background-container { position: relative; } #background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 37; color: red; transform: rotate(45deg); font-size: 92px; }Here is the stackoverflow reference: https://stackoverflow.com/questions/1191464/is-there-a-way-to-use-use-te...