Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #639388

    Hi,

    First, thanks for your amazing support, it’s not my first thread and you always been very effective :)

    Now I open this one cause i cannot find the solution in the support or the forum. It’s about the fullwidth submenu item background. I don’t understand why when I open my page I have thisfullwidth submenu item background white with a withe background and when scroll I have this fullwidth submenu background transparent (and the last one is what I want:).

    So far I’ve set up the css below :
    .av-submenu-container { background: transparent; }
    #top .av-subnav-menu li a { border-color: white; background: transparent; color: #FFF; font-family: ‘Gudea’, sans-serif; font-size: 1em; font-weight : 300; }
    #top .av-subnav-menu li a:hover { color: #981e2d; }

    I try to find something specific with firebug but everything I tried didn’t work…

    Do you have a solution ? :)

    Thanks.

    Clément

    #639765

    Hey Blue_Bear,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #639820

    Hi Vinay,

    Certainly ! The site is bijouterie-valer.fr but I’ve set up a “coming soon page” so I give you in the private section and id.

    Thanks a lot !

    Clement

    #639965

    Hi,

    Which Page contains the FWd Submenu?

    Best regards,
    Josue

    #640176

    HI,

    The following page are concerned :
    http://www.bijouterie-valer.fr/lesmarques/horlogerie/
    http://www.bijouterie-valer.fr/lesmarques/bijouterie/

    Clement

    • This reply was modified 7 years, 10 months ago by Blue_Bear.
    #640277

    Hi,

    Change this code in style.css:

    /* Fullwidth submenu des pages bijoux et horlogerie */
    .av-submenu-container {
    background: transparent;
    }
    

    To:

    /* Fullwidth submenu des pages bijoux et horlogerie */
    .av-submenu-container {
    background: black;
    }
    

    Best regards,
    Josue

    #640406

    Hi,

    It’s not excatly what I wanted but it will do :)

    Thanks,

    clement

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fullwidth sub menu item background different before scroll’ is closed to new replies.