-
AuthorPosts
-
March 31, 2016 at 10:57 pm #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ß
FrankmenApril 1, 2016 at 7:41 am #606524Hi 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,
IsmaelApril 1, 2016 at 8:47 am #606545Hello 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
FrankmenApril 3, 2016 at 5:10 am #607111Hey!
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!
IsmaelApril 3, 2016 at 10:46 pm #607290Hello Ismael,
this code doesn’t do any changes ?!?!
The menu is still glassy, even when scrolling down …greetings
FrankmenApril 4, 2016 at 7:35 am #607412Hi,
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,
RikardApril 5, 2016 at 6:52 pm #608441Hello Rikard,
sorry for the late reply …
April 7, 2016 at 9:08 am #609439Hey!
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!
IsmaelApril 8, 2016 at 10:57 pm #610440Hi 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
FrankmenApril 11, 2016 at 11:09 pm #611573Hello,
is there something new to this problem ??April 14, 2016 at 5:31 am #613452Hi!
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,
IsmaelApril 14, 2016 at 11:31 am #613701Hi Ismael,
many thanks, it works perfect !!!
Greetings
FrankmenApril 16, 2016 at 4:54 am #615299October 9, 2018 at 9:58 am #1019404Hi 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,
SchmiddyOctober 10, 2018 at 4:45 am #1019742 -
AuthorPosts
- You must be logged in to reply to this topic.