Okay
  Public Ticket #3699345
HEADER
Closed

Comments

  •  2
    Mariarita started the conversation

    Dear, 

    https://vediamociinfarmacia.it/

    I would like to know if it is possible, when scrolling through the page, to prevent the text present in the various pages from overlapping the header. I would like to make sure that the text disappears from the header and therefore avoid what you see in the photo: 

    https://prnt.sc/Xr08N4BJYkZU


    Thanks,

    Mariarita

  •  1,972
    Support replied

    Hello,

    As I can see you chose a darker background for your site you can add a slight background to the header

    header {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    the last parameter 0.2 is the opacity. this is a white-ish background

    rgba(0, 0, 0, 0.2) is a darker background for the header

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Mariarita replied

    Thanks so much for the support