Hello. Another post 4.2 update issue. The following CSS used to work but doesn’t seem to now.
.header_color.av_header_transparency .avia-menu-fx {
display: none !important;
}
Hey accurIT,
The template has changed a lot into the menu, so that is not an issue of 4.2.
There are changes on our menu, to be a new more advanced wrapper.
The CSS should need to be re-written to work out.
Best regards,
Basilis
Okay, so what is the CSS to do this, if what I’m putting in is no longer working? What I’m trying is what is showing when inspecting the elements.
Hi accurIT,
Can you try this css code:
#header .avia-menu-fx {
display: none !important;
}
Let us know if this helps.
Best regards,
Nikko
This was only supposed to target the transparent and glossy header, as my original CSS showed. Regardless, this is good enough for me at the moment. Thanks.