Category – No Redirect

Posted in: Newspaper
Post count: 64

hallo,
I’d like to make the “REGION” category https://forcenews.pl/region/ a non-clickable parent category. How can I remove the link associated with this category in tagDiv and ensure that users can only navigate to its subcategories?

Post count: 27744

Hello,

Please provide a screenshot with the category. Are you referring to the menu not being clickable?

Thank you!

Post count: 64

I want only this MENU link to be non-clickable: https://forcenews.pl/region/

Post count: 27744

Hi,

Please edit the menu and on the element Region set to custom link -> https://i.imgur.com/Im5xaXp.png

Thank you!

Post count: 64

Unfortunately, I don’t have a custom link field, I only have “NAVIGATION LABEL,” “MAKE THIS A CATEGORY MEGA MENU,” or “LOAD A PAGE IN THE MENU.”

Post count: 27744

Hello,

Please use this code
.menu-item-19035 > a {
pointer-events: none;
cursor: default;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 64

thank you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.