Home › Forums › Basel support forum › Make the Drop down invisible › Reply To: Make the Drop down invisible
October 4, 2017 at 2:55 pm
#20781
Artem Temos
Keymaster
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;
}