Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Is is possible to have a dropdown menu expand when you hover over the top level and also get rid of the down arrow on the right side?
Thanks - Monte
Monte Trumbull
https://www.montetrumbull.com/
Offline
It looks like the drop-down icon is being added dynamically via script.
But you can get rid of it with custom css. This looks like it works:
i.drop-caret {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I just tested this on my test site. It works fine on the desktop. On mobile, there's an existing ellipsis. I'd leave it there as there needs to be something to tap on to expand the drop down.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod. That works to get rid of the arrow and I agree that mobile will still need something. What about being able to have the list drop down by hovering over the top level menu rather than having to click on it?
Monte
Monte Trumbull
https://www.montetrumbull.com/
Offline
there's an option for that in the plug-ins:
Navigation Items > Click for drop-down menus
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Great. Sorry I missed that! Thanks Rod.
Monte
Monte Trumbull
https://www.montetrumbull.com/
Offline
Pages: 1