Forums
Home / Theme: Sydney / Submenu hover icon issue
(@robvdb87)
7 months, 3 weeks ago
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.
(@kharisblank)
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.