Category: SVG
-
Adding Clean SVG Markup Using Use SVG In WordPress
This blog talks about adding clean SVG Markup using Use-SVG in WordPress Firstly, lets put all the svgs in a template, giving each on an id e.g. `id=”icon-hamburger-menu”` Now add this CSS Now in your footer.php, include that template. The included svgs will beadd these into the footer Now you can use it in any…