class error: "breakdance-dropdown-link__icon" no ALT for Images
Marcelo Dias
Google PageSpeed Insights and GTmetrix report an error in the ALT tag in the Menu Builder.
class error: "breakdance-dropdown-link__icon"
I contacted support and they told me:
Adding Alt Text to Menu links is not currently a feature in Breakdance. It is a request we are reviewing, but I can't estimate when or if it may be included (Kevin Pudlo / Breakdance).
Images inserted in the menu do not accept the ALT tag
The HTML returns alt> (it is without quotes in the alt and even putting in the advance add attribute option it does not work) when the correct one would be alt" "> (quotes in the alt)
SEO is not a priority for Breakdance Builder, seriously?
Marcelo Dias
I was only able to fix this error through AI Windsurf after analyzing the entire breakdance builder, java script and jquery did not work, only via CSS
Marcelo Dias
Correction via CSS
Include in custom:
Breakdance > Settings > Custom Code > Header Code:
<style>.breakdance-menu img[alt=""]::before {content: attr(alt); position: absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}</style>
PageSpeed Insights and GTmetrix reporter after include CSS = none.