Hello. Is it possible to place something over heading image like information banner for example? Thank you.
Hi Joozen
It looks like the JA ACM: Hero style module, you can add text into the title or description of module and customize style for that text.
In case that you want to add banner, it's best to edit the background image.
Hello, Why don't do it on Photoshop? and put it after on your website? May be I don't understand your question ?
Thanks for your replay. No, I need custom module with changeable content on that position.
Thank you, but I want to put there kind of slideshow. As I understand, I need to create custom module and find the way to put it over it. But can't find the way yet.
Here is solution. Easier than I expected: 1. Create custom module in hero position (for testing purposes I insert banner) 2. custom.css:
div.customherobanner { position: absolute; top: 200px; left: 150px; z-index: 10; }
Joozen Is that ok now?
Yes, thank you, that's exactly what I need.