Dropdown Toggle not working in Mobile

Hi there!

Can anyone help me with the dropdown toggle in mobile view? Every time you click the word or the dropdown arrow, the whole menu will slide up and no longer be in sight, but also doesn’t take you to the correct page.

Read-only: Webflow - CF Personal Grooming Salon
Website: www.cfgrooming.com

Thanks in advance!
Savannah


Here is my public share link: LINK
(how to access public share link)

Paste this in Site Settings > Custom Code > Footer Code:

<script>
$('.w-icon-dropdown-toggle').click(function() {
  return false;
});
</script>

@samliew thank you soooo much!! Worked perfectly :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.