How to make menu drop-down items clickable on Narrative theme?

Hello,

My url is: https://safesprayer.dk/

My theme is: Narrative

I would like to be able to click the links on some of my drop down items in the menu of my website without removing the drop down feature of the titles.

These include the titles: Fødevareindustrien, Veterinærsektoren, Fiskefabrikker, Institutioner. (See screenshot)

I would like it so that it is only the arrow that enables the drop down menu, whereas clicking on the text itself redirects the visitor to that exact page. That way, i can both have links on the drop down menu but also use the function of a drop down menu.

I hope someone can help me with this.

Thank you very much in advance!

  1. In the left-hand sidebar, click on the “Sections” folder to expand it.

  2. Look for the file that controls your website’s navigation menu. It might be named something like header.liquid or navigation.liquid. Click on the file to open the file editor.

  3. Find the section of code that generates the dropdown menu items you mentioned: “Fødevareindustrien, Veterinærsektoren, Fiskefabrikker, Institutioner.”

  4. Modify the code for those dropdown items to include both a link and the dropdown functionality. Here’s an example:

- Title of Dropdown Item
    
  
  

      - Link to Exact Page

      - Another Dropdown Item
    
  

@NomtechSolution

I don’t have the file “navigation.liquid” and in my “header.liquid” there is nowhere i can actually see the titles of the dropdown menus. Could it be located in a different file?

For this I need to check theme code and files

@NomtechSolution

These are all my files in “sections”.

Hey,
I want the drop down within a drop down to be clickable, can you help?

Theme: Dawn 10.0.0