Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #747101

    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!

    • This topic was modified 7 years, 9 months ago by galpinr.
    #749003

    Hey galpinr,
    Can you please link to the actual page?

    Best regards,
    Mike

    #749119

    We are developing on an internal, secure server. Thanks

    #751119

    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

    #1031840

    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:
    11.09.2018-14.47.17

    If I can’t remove this entirely, I would like to change the default icon that is displayed,

    Thanks!

    • This reply was modified 6 years ago by nessarox.
    #1031891

    Hi,

    @nessarox
    , I see you have found a way to replace the icon with your logo, but if you would like to remove the icon, Please try this code in the General Styling > Quick CSS field:

    #top.archive .slide-entry-wrap .slide-image {
    display:none !important;
    )

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.