Hello,
Thanks for your choice of our product. Regarding your questions:
1. The module uses menu.min.css file, it's minified version of menu.css file. If you want to adjust menu styles, you can change menu.css file, rename it to menu.min.css file and replace original menu.min.css file with updated file. Use '.ux-menu-vertical' CSS selector only if you want to indicate specific CSS properties for vertical menu, in other cases, you can use '.ux-menu' CSS selector.
2. You can use the following CSS rules for changing menu items color:
Code: |
.ux-menu-container UL.ux-menu LI A {
color: red;
}
.ux-menu-container UL.ux-menu LI A:hover {
color: green;
}
|
Font weight and font size you can specify in module settings.
3. See CSS selectors for this case above.
4. What is Zend cart? It is Joomla! extension?
Regards,
ARI Soft