Skip to main content

Accessibility - Hide Content

New way to hide the content accessibly.

.hide-accessibly {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
}

Comments