hi
i want to remove the link from images (empty/no link) at Masonry Gallery to avoid error “A link contains no text.” at http://wave.webaim.org
is this possible
thank you
Hey kamporo,
If you remove the link then users won’t be able to open the images in question, are you sure you want to do that?
Best regards,
Rikard
how can i avoid the error otherwise
Hi,
So you just don’t want them clickable? You can add # to the link and use the following in quick css:
a.av-masonry-entry{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
no i want to be clickable (maximize image) as it is. i want to remove the error
Hi,
Unfortunately, there is no way to do both.
Best regards,
Jordan Shannon