Tagged: accesibility, icons
Enable accessibility, but the icon is not visible. You see a blue box only.
Hey claugutierrezt,
Thank you for the inquiry.
Looks the icon is pushed outside the box area. Adding this css code should fix the issue or adjust the position of the accessibility icon.
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
max-width: inherit;
color: white;
fill: white;
width: 13px;
height: 13px;
position: absolute;
top: 4px;
left: 4px;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css code.
Best regards,
Ismael