Home Forums WoodMart support forum white stripe on my images

white stripe on my images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #553963

    edmondnguessan05
    Participant

    Hello to the support team,
    I’ve just noticed that my svg icons no longer display on my site ( see screenshot below ) . Everything was working properly until recently. Could you help me solve the problem?

    Attachments:
    You must be logged in to view attached files.
    #554054

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this.

    add_filter('woodmart_show_infobox_svg_by_tag', '__return_false');

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)