• Resolved gcarlsen

    (@gcarlsen)


    I can’t understand this line in features description: “Style SVG elements directly using CSS” Can I edit css using your plugin some way ? Sorry if this question looks stupid, but I can’t figure out it.

Viewing 1 replies (of 1 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    Your CSS should go in your child theme stylesheet.

    That line refers to the ability to write CSS (in your theme or custom CSS) that will apply successfully to the internal elements of an SVG file when it’s rendered inline using my plugin.

    My plugin simply allows SVG uploads and the ability to use them like regular images, with the ability to restrict to admin only uploads. Additionally, there’s an advanced feature that allows you to render SVG files inline rather than in an IMG tag like a regular image. This allows the use of CSS or JS to manipulate internal elements as the SVG file’s internal code is then exposed in the page source.

    I hope this makes sense.

    Please don’t hesitate to contact me if I can be of any further help.

Viewing 1 replies (of 1 total)

The topic ‘Style SVG elements directly using CSS’ is closed to new replies.