Tagged: accessibility, iconfont
Hi,
The accessibility standard for my site requires that: Each A element must contain text or an IMG.
On the Category page, https://mysite.com/category/category-name/ these is an icon button (the pencil icon) that I need to remove completely or alter in such a way that it meets the accessibility requirement by putting an image in that A tag.
Setting the icon and link to display:none as in:
.blog-meta {
display:none !important;
}
That’s not an option because the offending code remains in the page and causes an issue with the accessibility scan.
What can I do to either remove this or replace the <span> with an img tag?
Thanks!
We are developing on an internal, secure server. Thanks
Hi,
Can you try to give us a link for example a page in http://kriesi.at/themes/enfold/ where we can see what you are referring.
Best regards,
Nikko
I would like to piggy-back on this – my category page: http://revenuemultipliersystem.com/category/resources/client-acquisition-emails/
I want to NOT display this:
If I can’t remove this entirely, I would like to change the default icon that is displayed,
Thanks!