Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Caret-down or down arrow not showing when navigation has submenus #873

Closed
labanino opened this issue Aug 23, 2016 · 2 comments
Closed

Caret-down or down arrow not showing when navigation has submenus #873

labanino opened this issue Aug 23, 2016 · 2 comments

Comments

@labanino
Copy link

Not sure if it is an issue but the thing is that foundation by default shows the down arrow when there is a submenu. So, I pasted the navigation's code generated by Wordpress in jsfiddle and it shows the arrow. Question, I know many people doesn't like this arrow so, did change something on the css of js for the arrow not to show? Thanks.

@dantahoua
Copy link
Contributor

It is removed in the _navigation.scss file. You can edit this file to your taste.
.dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after { display: none; }

@labanino
Copy link
Author

labanino commented Aug 23, 2016

What's up with :first-child? Originally is:
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {}
Anyways, thank you very much @dantahoua !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants