Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Menus › MAIN MANU LINKED TO PAGE – not solved
- This topic has 3 replies, 2 voices, and was last updated 3 years ago by Manathan.
-
AuthorPosts
-
Rossella MacchiaParticipant@rossellam
- 9 Topics
- 20 Posts
Hello
my problem was not solved so I reopen same question
I have a primary menu with 3 sub items and I would like to link the main item but it doesn’t work
this is menu
Item—>main page. *not working
|_sub item 1 —>page 1 *ok
|_sub item 2 —>page 2 *ok
|_sub item 3 —>page 3 *okI have already check and all link are at places
Please advise how to solve
September 15, 2021 at 10:47 #35078@themodactyl- 0 Topics
- 6603 Posts
Hi Rossella, 🙂
Thank you for reaching out to us.
If I’m not mistaken, I think you’re referring to the item used as a title. Please find the attached screenshot. Please be aware that this item is used as a title. For this reason, it is not clickable to not confuse the visitor.
To change this, simply add the following code snippet to your website:
/** * Make the title in mega menu clickable. */ .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu > ul.sub-menu > li.menu-item > a{ pointer-events:auto; border-radius: 0.75rem; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
September 15, 2021 at 13:58 #35098Rossella MacchiaParticipant@rossellam- 9 Topics
- 20 Posts
thank you, solved
September 15, 2021 at 14:44 #35099 -
AuthorPosts
The topic ‘MAIN MANU LINKED TO PAGE – not solved’ is closed to new replies.