Home Forums WoodMart support forum SVG Issue Reply To: SVG Issue

#349403

Hello,

I cannot upload my testing SVG due to security reasons: https://gyazo.com/88b6db8ad1291a770978e65dba16d57e

The problem is caused by SVG itself: some of your SVG images have styles that are applied to the whole page. As a result, the styles of one SVG icon influence the other. In order to solve this, you need to insert inline styles without classes.

You can open your SVG image in any text editor and manually change styles to inline like is shown on this screenshot https://prnt.sc/loz0mw.

Best Regards