Hi, like it says I'm using the free debut theme and wondering if someone can help me with some code to make the drop down, for my main nav menu, display when hovered over and link when clicked. Currently the link function is not working when clicked (i.e. I have Products>[product category] Clicking Products activates the drop down but I want it to link to my product catalog).
my website is www.Crass-Cat.com/
Password: euwome
Solved! Go to the solution
This is an accepted solution.
Thanks for the post can you please try this.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file.
.site-nav--has-dropdown:hover .site-nav__dropdown {
display: block;
}
This is an accepted solution.
Thanks, it
.site-nav__dropdown {top: 20px;}
That works for keeping the menu open thank you so much!! Sorry if it is difficult but the only problem is that the top item of the menu is not a link you can click it only opens and closes the menu. Can it still display on hover but link to the page when clicked? thank you for your hard work on this!!
Yes, it can be done some custom code
Ok are you saying this is something you charge for or just need some time?
@KetanKumar wrote:Yes, it can be done some custom code
User | Count |
---|---|
735 | |
143 | |
102 | |
64 | |
37 |