Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #606313

    Hallo,

    gibt es evtl. einen CSS-Code der das Design (glassy, transparent) der Submenüs dem Mainmenü anpasst ?
    Oder wenigstens das Submenü transparent erscheinen lässt?

    Gruß
    Frankmen

    #606524

    Hi Frankmen!

    Thank you for using Enfold.

    Do you want to make the sub menus transparent? Please try this:

    .header_color .main_menu .menu ul li a, .header_color .main_menu .menu ul li, .header_color .main_menu ul ul {
        background-color: transparent;
        color: #ffffff;
        border: 0;
    }

    Regards,
    Ismael

    #606545

    Hello Ismael,

    that works fine when the headermenu is glassy (on the landing page only) but when i scroll down the page and the headermenu get’s white-transparent i want that the submenu get’s white-transparent too.

    With your code the submenus are always glassy on every page…

    Did you have an other idea??

    Greetings
    Frankmen

    #607111

    Hey!

    Add this below the previous code:

    .header-scrolled.header_color .main_menu .menu ul li a, .header-scrolled.header_color .main_menu .menu ul li, .header-scrolled.header_color .main_menu ul ul {
        background-color: #ffffff;
        color: #808080;
    }

    Cheers!
    Ismael

    #607290

    Hello Ismael,

    this code doesn’t do any changes ?!?!
    The menu is still glassy, even when scrolling down …

    greetings
    Frankmen

    #607412

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #608441

    Hello Rikard,

    sorry for the late reply …

    #609439

    Hey!

    My bad. There’s a little mistake in the css selector. Please remove the suggested css codes then replace it with:

    .header_color .main_menu .menu ul li a, .header_color .main_menu .menu ul li, .header_color .main_menu ul ul {
        background-color: transparent;
        color: #ffffff;
        border: 0;
    }
    
    .header-scrolled.header_color .main_menu .menu ul li a, .header-scrolled.header_color .main_menu .menu ul li, .header-scrolled.header_color .main_menu ul ul {
        background-color: #ffffff;
        color: #808080;
    }

    Cheers!
    Ismael

    #610440

    Hi Ismael,

    thanks for the code now it works but there is now another problem:

    I have only on my landing page the menu setting “transparent and glassy header” with your code the landing page menu is now fine and when I scroll down the menu and submenu changes.

    But when you change to another site the submenu is glassy too until you scroll down ?!?!
    Is it possible that the submenu is only glassy on the landing page with the “transparent and glassy header” setting and on all other sites the submenu gots the “scroll down” submenu setting as default ?

    greetings
    Frankmen

    #611573

    Hello,
    is there something new to this problem ??

    #613452

    Hi!

    Replace the code with this:

    .home .header_color .main_menu .menu ul li a, .home .header_color .main_menu .menu ul li, .home .header_color .main_menu ul ul {
        background-color: transparent;
        color: #ffffff;
        border: 0;
    }
    
    .home .header-scrolled.header_color .main_menu .menu ul li a, .home .header-scrolled.header_color .main_menu .menu ul li, .home .header-scrolled.header_color .main_menu ul ul {
        background-color: #ffffff;
        color: #808080;
    }

    Best regards,
    Ismael

    #613701

    Hi Ismael,

    many thanks, it works perfect !!!

    Greetings
    Frankmen

    #615299

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #1019404

    Hi to all!

    I have the same issue, but for my sub menus. While scrolling there is no “.scrolled” class on submenus… How can I change the animated background-change from “no transparency” to “any solid color”. This would help me a lot!!!

    Thank you guys!
    Regards,
    Schmiddy

    #1019742

    Hi,


    @Schmiddy
    : Please create a new thread with the site url and the login credentials. We would like to check it.

    Best regards,
    Ismael

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