Good evening everybody. I'm building a site with JaLawFirm. I'd like to add some transparency to the submenus; I know I can add an extra class so to style the menu item; however, where to add the css related to the extra class? Thanks.
Hi
Looking at the demo site you can target the dropdown using the existing css by changing the background colour of the dropdowns
e.g.
.nav-child.dropdown-menu { background: rgba(255, 255, 255, 0.5); / White with 50% alpha / }
Cheers Paul
Thank you very much, got it. However, still....how to apply an extra class and style it? I'm referring to the extra class on mega menu. It seems I can add an extra class...but then what? Again many thanks for your help!
lawyerlinguist However, still....how to apply an extra class and style it? I'm referring to the extra class on mega menu.
You can add extra class as shown in documentation here for respective sub-menus and add the respective css code snippet accordingly however the method by extra class would be feasible if you wished to have different stylings/appearence for respective sub-menus however css solution provided by Paul would have same appearence for all sub-menus