HI there,
Thank you for writing in.
To fulfill your requirement you have to remove some code on your plugins file.
If you are using the default templates template-1 then.
Please find the plugins file: wp-floating-menu/inc/frontend/templates/template-1.php
on line number 9 then please remove the following code:
$wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);
And if you are using template-2 then online 2 remove the following code:
$wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);
And if you are using the custom templates then
Find the plugins file: wp-floating-menu/inc/frontend/frontend.php on line 81 then remove the following code:
$wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);
If you need any further help then please feel free to ask us.
Thank you!!