You guys perfectly helped me earlier with an earlier post: https://kriesi.at/support/topic/both-megamenu-and-sub-menu-items-below-it-transparent/.
Is there a way to set the transparancy color for each mega menu separately? Should be really awesome to achieve this.
See megamenu’s “Art” and “Project” on http://www.virtueletourlatenmaken.nl/
Thanks in advance!
Regards,
Peter
Hey Peter!
This will only be possible using CSS. So please try adding the following in the Quick CSS field in the theme options.
#menu-item-678 .avia_mega_div {
background-color: rgba(245,123,252,0.75) !important;
}
The code above should change the color for the Art mega menu. Using the code for each mega menu, requires you to know the menu item number for main menu item. Like in the above code Art has an id of 678.
Let me know if you need further assistance.
Regards,
Jordan
Thank you Jordan! This is exactly what I was looking for. Many thanks for even investigating my code and giving me right code above.
Regards from me and a happy customer as well.
Peter
Hi!
Very happy to hear it worked and that you are happy! Enjoy the rest of your day.
Regards,
Jordan