Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #875425

    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;
    }

    #875827

    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

    #875832

    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.

    #875873

    Hi accurIT,

    Can you try this css code:

    #header .avia-menu-fx {
        display: none !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #875901

    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.

    #876068

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.