• I want the (sub) menu icon to be black, not white. Where can I customize this? I’ve already tried some Extra CSS, but still failed.

    So the be clear, the > of downwards icon.

    I want this to be in the regular menu and in the mobile menu.

    • This topic was modified 7 months, 3 weeks ago by robvdb87.
Viewing 1 replies (of 1 total)
  • Hi @robvdb87,

    Thank you for the query.

    If I could get it correctly, you would add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    .sydney-offcanvas-menu svg, 
    .sydney-offcanvas-menu .dropdown-symbol .sydney-svg-icon svg {
        fill: #fff;
    }

    Let me know if it helps of you have other concern.

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu hover icon issue’ is closed to new replies.