CSS Class to target
-
Current css class target is prepended by ‘img’. I need to target an svg icon image that is not possible to manually set its class (third party theme won’t allow me). Consider this code:
<div class="svg-icon> <img src="image-source.svg"/> </div>I need to set my css class target to: ‘.svg-icon img’ but the plugin prepending img: ‘img..svg-icon img’.
I thinks it’s good to add css selector target option other than just a class target for developers who can’t manually set an img class.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS Class to target’ is closed to new replies.