Okay
  Public Ticket #2238352
Full Screen Background Image
Closed

Comments

  • Agustin Catalano started the conversation

    Hi,

    I need to put in About and Contact pages a full screen background image, but I don't see a block for that. How could I set up that?

    Thanks.

  •  1,821
    Support replied

    Hello Agustin

    By design only portfolio items have a fullscreen hero image but for default template try the following:

    - disable hero section for that page

    - uncheck 'Display Page Title When Hero Section Is Disabled'

    https://d.pr/free/i/xLUCsw

    - then add at the beginning of the content an image block or element and add class 'full' to the container or row containing the image

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Agustin Catalano replied

    Great! It worked.

    But it's still the white footer banner. How could I make it transparent?

    Thanks.

  •  1,821
    Support replied

    Not really, but you can hide the footer for that specific page with

    .page-id-2520 footer {
        display: none;
    }



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Agustin Catalano replied

    Thanks four you fast reply.

    I hide it, but the bottom banner it's still there :/

    – I have some urgent issues in TICKET #2216016.

    The most important is that the "NEXT WORK" portfolio section is not working. I'd be more than pleased if you could check that ticket.

    BTL: Is there a way to have a video call in order to solve it faster?

    Thanks.

  •  1,821
    Support replied

    I replied to that ticket you need to install Munio 1.2

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Agustin Catalano replied

    Thanks, I'll try and then I'll come back to you.

    But I'd love to solve the bottom banner issue also. It must be a way to leave the page with a full background image.

    Thanks again.

  •  1,821
    Support replied

    As I mentioned you can hide the footer or set its height to 0px 

    plus this CSS code:

    .wp-block-cover, .wp-block-cover-image {
          margin: 0 0 0 0;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy