Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1377394

    Enable accessibility, but the icon is not visible. You see a blue box only.

    #1377432

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.