Okay
  Public Ticket #2110204
Header transparent background
Closed

Comments

  •  1
    Souvik started the conversation

    How to transparent header background on a specific page?? You can tell me with css.

  •  2,575
    Kevin replied

    Hi Souvik  !

    To get a transparent background color for the header on the page you want, add this css attribute to the custom css section of the page.
    .header-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
    }

    https://prnt.sc/oqdstu

    thank you

  •  1
    Souvik replied

    how to change header text colour?

  •  2,575
    Kevin replied

    Hi Souvik  !

    You can change the menu color by going to Mega main Menu-> Skin (primary) and selecting colors as suggested below.
    https://prnt.sc/osy270

    thank you