Hi @michiellap,
I’d like to help. But, seems likely direct checking is required to get the better context.
If possible, please provide a screenshot showing the location to the issue.
Regards,
Kharis
Hi,
Thanks for your quick response. I have screenshots of my website stilleruimte . nl but I can’t find where to post them.
It is in the menu, both on a monitor, as well as on a mobile, but it looks worse on a mobile.
In the dropdown on stilleruimte.nl you see two arrows, for menu items with submenus, a black and a white one. The black should not be there.
-
This reply was modified 4 years, 1 month ago by
michiellap.
I can’t find where to post them.
You can use a free file sharing service like Google Drive to upload your file and get its shareable link to include in your comment. Ensure the link is publicly accessible.
Regards,
Kharis
Hi @michiellap,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
#mainnav ul ul .dropdown-symbol {
position: absolute;
top: 10px;
right: 5px;
}
#mainnav-mobi .sydney-svg-icon {
display: none;
}
Hope that helps.