Hello to all ! Hope you are all doing well during this COVID time…
I edit a new website and I use transparency menu.
I would like to change background color and color of text menu in the scrolling down container
See the area I speak about in the image in private content
Thanks for helping ;)
Regards,
Iceman
Hi ICEMAN,
For the background color, go to Enfold > General Styling > Logo Area (tab) > Default Background color.
And as for the menu, go to Enfold > Advanced Styling > (Select an element to customize) select Main Menu Links then change the font color.
Hope this helps.
Best regards,
Nikko
Thanks Nikko for helping,
I would like to change this with CSS in the best way.
I would also like to change the height of the scrolling menu (when it becomes smaller) with CSS, How can I do that ?
Thanks in advance,
Regards,
Iceman
Hi Iceman,
You can try to use this CSS (just change the colors):
.header-scrolled #header_main {
background-color: blue;
}
.header-scrolled #header_main #avia-menu .avia-menu-text {
color: white;
}
Best regards,
Nikko