Hello,
I would like all items in the slicknav menu to be open.
it’s possible ?
Thanks
(sorry for my bad English)
Hello,
I would like all items in the slicknav menu to be open.
it’s possible ?
Thanks
(sorry for my bad English)
Hello there,
Do you mean the mobile menu at the top right side?
Regards,
Kharis
Hello,
Yes the mobile menu. I want it to be totally open and not closed with the “+”
Thanks
Hello there,
Please try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.
.slicknav_nav .sub-menu,
.slicknav_nav .sub-menu > li {
display: block !important;
}
.slicknav_nav .slicknav_arrow {
display: none;
}
Regards,
Kharis
Great !
thank you very much
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis