Home Forums WoodMart support forum Sticky navigation – side bar Reply To: Sticky navigation – side bar

#452624

Hello,

Sorry for a bit of delay in the response due to the weekend!

We have consulted with our development department in this regard and they have shared the following Custom CSS to apply in this regard on your Site under the Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-sticky-nav-content {
    pointer-events: none;
}

.wd-sticky-nav:is(:hover,.wd-opened) .wd-sticky-nav-content {
    pointer-events: unset;
}

Further, this issue will get resolved in the upcoming Theme Updates too.

Thanks for your patience and cooperation in this regard.

Best Regards.