Archived topic
Primary Navigation - Menu Down Arrow Duplication
6 replies · Started by Susan on March 4, 2019
Hello, I contacted WP Live today to inquire about a duplicate down arrow appearing in our Primary Navigation MenuBar at the top of our page.
I was told this is a "THEME" issue and I needed to contact you for assistance.
I took a screen shot to show you visually what is duplicating in hopes there is a quick fix for this.
Thank you for your help..... Susan

Hi there,
Can you try #1 here to eliminate any plugin conflicts first?
https://docs.generatepress.com/article/debugging-tips/
Let me know :)
tried that and problem still exists
Can you please have someone look into this and let me know what else to do or if there is some type of CSS I need to add to the Primary Navigation area?
Hi there,
the additional dropdown toggle is being applied by a plugin, but if you cant find the root of the problem, then try this CSS:
.menu-item-has-children .dropdown-menu-toggle[role="presentation"] {
display: none;
}
Thank You David... that worked! I appreciate the fast reply!
You're welcome, glad we could be of help