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
How to transparent header background on a specific page?? You can tell me with css.
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
how to change header text colour?
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