• Resolved KurzBaginski

    (@kurzbaginski)


    Hello,
    great plugin! Thanks.
    After updating to WP 6.2.2 the Icon (Wheelchair) is not shown any more. I have tried some CSS with no result. Can you help?
    (I have deactivate the plugin temporally.)

    Thanks.

    Best Regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem. I added the following CSS:

    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {

        max-width: 50px!important;

    }

    • This reply was modified 1 year, 4 months ago by Roger.
    Thread Starter KurzBaginski

    (@kurzbaginski)

    For me following CSS works:

    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        left: -50px;
    }
    
     #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus {
        outline: none!important;
    }
    
    
    @media screen and (max-width: 991px) {
    
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        top: 62px;
    }
    	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
        margin-top: 62px!important;
    }
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon not shown after Update to WP 6.2.2’ is closed to new replies.