Make the Drop down invisible
-
The Dropdown for the category in the header on the home page should slide up when we press the arrow. But it does not go up and is fixed over there. Is there a way we can change that??
Attachments:
You must be
logged in to view attached files.
Hi,
You can disable sticky function for it while editing this page in the dashboard. Uncheck the option “Open categories menu”.
Regards
i Cannot find any Check box to untick Open Categories Menu.
Also the Arrows for next and previous in the Product tab below the Home Page Banner are not visible properly. Can you Help me out sorting it?
We just checked and see that this checkbox exists on your website. See it while editing your home page in the Dashboard.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix the arrows issue
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
overflow: visible;
}