I want to have a section of pictures on contentpages over the pagetitle and breadcumbs ( see attachment). How is the best way to solve this?
Hi Knut!
Thank you for visiting Kriesi’s support forum.
The attachment does not exist, please check. Meanwhile, you can try to add this on Quick CSS or custom.css in order to add a new container on top of the title:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container:before {
content: '';
display: block;
width: 100%;
height: 100px;
background: green;
background-size: 100%;
}
Place the image as background.
Best regards,
Ismael