Is there any documentation for D8 version custom css setting or may be a video ?
Thu, 12/21/2017 - 17:08
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Custom css is for menubox, menu item, section, column and any element
In tab Setting CSS of each object, you can put id or class. Then in custom css, these id and class are used to customize style
For example, for menu box :
+ Name class of menu box tobe my-menu
+ In custom css, write style:
.my-menu{ }
.my-menu .awemenu { }
.my-menu .awemenu .awemenu-item{ }
Note :
+ Inspect element (F12) on Chrome to get available class and re-write css style to override default style
+ If you do not want to use style default, classic and color, you can create new skin folowing this thread https://megadrupal.com/forum/module-support/mega-menu/3954