Hello,
Is it possible on the menu of the Pixova Lite theme to modify the color of the background and / or the labels of the menu to make it easier for users to read it (additional CSS?)
In fact, the top of the menu display that I would like more visible and not in transparent mode on the welcome image in other words in black on white background quite simply.
To make the home menu appear fixed I had to indicate in the additional CSS and it works well, I quote:
.main-navigation {
opacity: 1! important;
visibility: visible! important;
}
nav-expander {
display: none;
Could you complete the attributes to indicate so that this menu appears simply on a white background (and not transparent) and with the text in black which is the case for the moment ?
Thanks in advance