Remove lines around dropdown menu in Zuki?
-
Hello :)
I’m wondering it it’s possible to use css to remove the top horizontal and left side border line that appear when the dropdown menu is used. (I currently have it under ‘Reviews’ on my site. Thank you very much.
The blog I need help with is: (visible only to logged in users)
-
PS – also the single horizontal line underneath menu items when the dropdown is not used. Thank you :)
-
Give this a go:
#site-nav ul li a:hover, #site-nav ul li:hover > ul, #site-nav li:hover > a { border: none; } -
Thank you – you are so helpful. I appreciate it. With this one the lines have gone (wonderful!), but there is just a split second as you move away from the menu item across the top when the line still shows. I can definitely live with that – but just wondered if there was anything that would get rid of that too?
-
Oops, I missed that bit, try adding this:
@media screen and (min-width: 1260px) { #site-nav ul li a { border: none; } } -
- The topic ‘Remove lines around dropdown menu in Zuki?’ is closed to new replies.