Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304604

    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?

    #304698

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.