Drop down menu needs submenu indicators

Hi, On my sub menus there are no sub menu indicators like this >> showing up. Im not using pro header. How can I get them to show up?

http://2e6.274.myftpupload.com

Thanks
Rena

Hi Rena,

Could you please update your Pro theme to the latest version v2.4.6?

Let us know how it goes!

Hello,
I did update the theme but still no sub menu indicators??

Rena

Hi Rena,

Upon checking, I see that you the following custom CSS rule makes your submenu indicators disappear.

time.entry-date, span::after {
    display: none;
}

Try removing the following following part of your custom CSS rule and it should resolve your issue.
, span::after

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.