Hi @antcrescendo,
I understand the issue you are having with. First, if you want to submenu workable at a smaller breakpoint size, the submenu click area must be enabled. Please see the screenshot. Then you must set the submenu indicator. Please see the screenshot. If you want to hide the icon on the desktop. It can be done via custom CSS. Please add this below CSS code in Appearance → Customize → Additional CSS
@media only screen and (min-width: 768px) {
.elementskit-submenu-indicator {
display: none !important;
}
}
Hopefully, The issue will be solved right after that. If the issue persists even after that, let us know. We will take a closer look at this issue and help you to find a solution as soon as possible.
Waiting for your response and we are always here to help you.
Regards,
Amir
@ahmedamir Hello Amir, Thank you for replying so quickly. I inserted the CSS code you provided, but it didn’t seem to get rid of the submenu indicator. Please see the screenshot: https://postimg.cc/YL2XNdvH
I have the submenu indicator set to “Arrow fill” and my submenu click area is set to “icon”.
This is where I inserted the CSS you provided: https://postimg.cc/18WyDd49
Strangely, the submenu indicator does not appear on my home page. See example: https://postimg.cc/rz8cYcW8 The arrows won’t appear when viewing my website at a smaller breakpoint and still remaining on my home page. https://postimg.cc/d7Kgkmjq
Let me know what you think 🙂
Thank you for your time and support
Hello @antcrescendo ,
Can you please share the website URL to check the issue more closely?
Sincerely,
Benjir