• Resolved emzola

    (@emzola)


    How do I disable the screen reader text that was added to the quantity input template? I just updated woocommerce and the text “Quantity” breaks my product page.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    If the theme is missing a style for this, add the following custom css:

    .screen-reader-text {
    	clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }
    Thread Starter emzola

    (@emzola)

    Thanks, Mike. Works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Quantity Screen Reader Text’ is closed to new replies.