Ray Miller: I've just emailed you.
Hi Augusto. Yes, it looks correct. However, it is not working on Mobile... only desktop.
We also have added the css in shopify theme code and still it does not work.
Hello Augusto. We added the code per your instructions and the dropdown arrows do not display.
Hello Ray Miller ! I guess the CSS you've applied has a typo or something like that. We tweaked the CSS for you. Check it out and see if it looks correct in your storefront.
Thanks for sharing. To achieve that, you can add icons via CSS in your store settings, as shown in the example below. The CSS used in this example is: /* Default (Closed) State - Down Arrow */ label[aria-expanded="false"] .option_name::before { content: ""; display: inline-block; width: 16px; height: 16px; background-color: black; /* Adjust icon color */ mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>'); mask-size: contain; mask-repeat: no-repeat; mask-position: center; margin-right: 8px; vertical-align: middle; } /* Opened State - Up Arrow */ label[aria-expanded="true"] .option_name::before { content: ""; display: inline-block; width: 16px; height: 16px; background-color: black; /* Adjust icon color */ mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h256c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>'); mask-size: contain; mask-repeat: no-repeat; mask-position: center; margin-right: 8px; vertical-align: middle; }
Is is okay if we enable the Accordian function on desktop to test or do you want us to wait until you look at mobile?