سؤال

For example, here is my Magento site:

http://nyctodesign.com/gulfsales/

What I want is for the 'Categories' and 'Brands' items to remain expanded (I don't want them to expand by scrolling over them with the mouse, I want them to always remain expanded). If possible, I'd also like the items inside the expanded categories to require mouseover for expansion.

So Categories and Brands are expanded permanently, while Categories->Power Tools still requires a mouseover. How do I do this?

هل كانت مفيدة؟

المحلول

Add this CSS in /gulfsales/skin/frontend/default/theme300/css/styles.css:

.level0.active .level0, .level1.active .level1, .level2.active .level2 {
    display: block !important;
}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top