Hi.
I tried to add some Custom css :
.sp-megamenu-parent .sp-dropdown > li {z-index: 9999;}
but id didn't work, i am also not sure if syntax is correct.
No syntax problems. You just apply the code to the wrong block.
Create custom.css file (if you have not) in /templates/helix_ultimate/css/ folder and add following code there
Code:
#sp-header {z-index: 9999;}.com-hikashop.view-category #sp-main-body:hover {position: relative;z-index: 99999;}
Allways use custom.css for your own CSS or to override any CSS code coming from the template or components, instead of editing their core files. In core files any changes will be lost after updating template or component.i looked in my frontend_default.css ...
Statistics: Posted by Pavel-ww — Sat Mar 16, 2024 7:59 am