Support › Forums › Support (Legacy) › heading issues – causing accessibility issues › Reply To: heading issues – causing accessibility issues
28/06/2016 at 7:30
#1864
Keymaster
We are using ::after selector with this CSS:
background-color: transparent;
content: '';
display: block;
height: 6px;
margin-top: -3px;
position: absolute;
top: 50%;
left: 100%;
width: 10000%;
