Hi, I am using purity iv template. I hover on a main menu item to make dropdown menu appear. The dropdown disappear very soon when I try to select a sub-category item. Any way I can improve this issue to make subcategory items easire to select?
Now I learn this is because I messed up sections with z-index when I was trying to set the slideshow as background. Any advice to fix it?
Hi shawnhy, You can add the following CSS code to the Backend > site template styles > JA purity iv - default > Tools > Custom code.
.t4-section.t4-header { z-index: 2; }
dominic Hooray. IT WORKS! Thank you