Okay
  Public Ticket #1328373
header
Closed

Comments

  • Céline started the conversation

    Hello, on the theme gocargo, I can’t delete the blue banner which is in the header of the pages of the company, the services, the contact ... I would like that this one is totally transparent for let the image appear in the background. I tried to play opacity in CSS but nothing changes. Could you help me ? On the homepage, I have no problem to have a totally transparent header and I want all my pages to be aesthetically identical. Thank you in advance for your return. Celine

  •  2,010
    Ocean replied

    Oh, no

    You can easy add custom css code here: http://prntscr.com/gv3qpj

    @media only screen and (min-width : 993px) {
        header.overlay {background: transparent !important;}
    }

    Thank you

  • Céline replied

    Thank you so much, it's perfect.