Making Subcategories Not Clickable

Hello,

Is there any way to deactivate the subcategorie link? Here is what i want, i have for exp this structure:

1.Electronics

1.1Computers

1.1.1Laptops

I want Computers not to be clickable?? Can anyone help me?

Thanks in advance

Hello,

Is there any way to deactivate the subcategorie link? Here is what i want, i have for exp this structure:

1.Electronics

1.1Computers

1.1.1Laptops

I want Computers not to be clickable?? Can anyone help me?

Thanks in advance

Hello!

If you want to make clickable only the root category, you can add the check on parent_id field, for root categories it is set to 0.

What block are you asking about?

What block are you asking about?

I am aksing for main menu block, i want that the subcategory Computers to show but not be clickable:

1.Electronics

1.1Computers (not to click and show me for expample all laptops, desktops etc.

1.1.1 Laptops

1.1.2 Desktop

design/themes/THEME/templates/blocks/topmenu_dropdown.tpl

Try to replace

{$item2.$name}

with

{$item2.$name}

Then clear cache and check

design/themes/THEME/templates/blocks/topmenu_dropdown.tpl

Try to replace

{$item2.$name}

with

{$item2.$name}

Then clear cache and check

I tried but still doesn't work :(

I tried but still doesn't work :(

It works on my local installation. Do you use default top menu template? Or 3rd party theme is used?

It works on my local installation. Do you use default top menu template? Or 3rd party theme is used?

Yes i am using a default template, the bright theme template, when i go to search for topmenu_dropdown.tpl i don't find it, any suggestions??

Yes i am using a default template, the bright theme template, when i go to search for topmenu_dropdown.tpl i don't find it, any suggestions??

Since the parent theme for the bright one is responsive, change file in the responsive directory.