This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello,
I would like the main name of my menu to not be clickable but to only show the drop down menu when I roll over.
Right now when I click on it it leads me to another page and i dont want that.
How can i do that please?
Thank you very much!
Hello,
You may add a custom class for menu item http://prntscr.com/hmi50a and use this custom css code:
.inclicable-item a {
pointer-events: none;
cursor: default;
}
Regards
Hello,
thank you very much for you help,
As i am not used to work with css codes, can you tell me exactly where to add this in editor?
Thank you very much
Hello,
You’re welcome!
You may add the code in custom.css file of parent theme or in style.css file of child theme.
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Let us know if you need any further assistance.
Regards
Perfect it works now,
Thank you!
You’re welcome!
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
The issue related to '‘Main Menu’' has been successfully resolved, and the topic is now closed for further responses