Can CSS or jQuery be used to remove or hide an SVG element?
I am familiar with modifying div elements using CSS. For example:
div[style="position: absolute; cursor: pointer; width: 207px; height: 95px; left: 513px; top: 0px; -webkit-transform-origin: 100% 0%;"] {
display: none !important;
}
I am interested to know if similar techniques can be applied to SVG elements.
Here is an example code snippet for an SVG:
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 207 95" xml:space="preserve" height="95px" viewBox="0 0 207 95" width="207px" version="1.1" y="0px" x="0px">