Archived topic
dropdown arrow needed back
3 replies · Started by Farokh on February 20, 2018
Hi Tom,
I remeved the drobdown arrow some time ago using:
.menu-item-has-children .dropdown-menu-toggle {
display: none;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
padding-right: 20px;
}
But now I want it back. I changed display to inline-block and it worked. But I wasn't sure if thats the correct code.
IS " display: inline-block; " correct?
Thanks
Hi there,
If you want the dropdown arrow back then just remove the CSS you've added to remove the dropdown arrows.
Let me know if I'm missing something here.
Oh yes
I just removed:
.menu-item-has-children .dropdown-menu-toggle {
display: none;
}
And it is good.
THANK YOU
I would recommend removing both blocks of CSS you've added.
No problem!