Hi,
I would like to disable / remove Overlay Menu in widgets.Please assist.
Regards,
Gogul.S
Hi,
I would like to disable / remove Overlay Menu in widgets.Please assist.
Regards,
Gogul.S
Hi There,
Thank you for writing in, but I am not entirely certain of what you’re trying to do. Please provide us with more information and perhaps a screenshot or a mock-up of your design. And the site URL too, so we can take a look.
Have a nice day,
Cheers!
Hi,
Thank you for your reply.I don’t have widget to display at overlay menu, I just don’t want to appear at header right corner.I have pointed red round circle in the scheenshot.

Regards,
Gogul.S
Hi There,
So it is a 3rd party plugin, does deactivating the Overlay Menu plugin is not an option? If so, please add this on X > Launch > Theme Options > CSS
.vcmp-olmenu-btn {
display: none;
}
Hope it helps,
Cheers!
Hi,
Thank you for your code.I added your code on Appearance>Customize>Custom> EDIT GLOBAL CSS as No CSS option available on X > Launch > Theme Options > CSS. The overlay menu bar disappeard now.
Regards,
Gogul.S
Thanks for letting us know!