Not Recommended
This is not officially supported by theme. The theme is built with bootstrap and uses bootstrap menu framework, which makes the parent menu with sub menus unclickable on desktops so that it can be clicked to expand sub menus in mobile/touch devices. So we recommend using the first sub menu item as the parent page for other sub items beneath it.
However, if you still want to make the parent menu clickable on desktops, please follow the steps below:
-
Download and save the 2 attached files to your local computer.
-
Via FTP, go to wp-content >> themes >> entrada >> inc
-
Once inside the “inc” folder, you will see the class.walker.php
-
Replace that file with the class.walker.php one you saved in step 1
-
Via FTP, go to wp-content >> themes >> entrada >> js and you will see the entrada_custom.js file
-
Replace that file with the entrada_custom.js one you saved in step 1
Now your parent menu with submenus will be clickable on desktops and will work normally on mobiles.
Thank you