Add SVG logo in header

Menu: Appearance > Design   html You can add any SVG code to your site's header, without having to create a child theme. url: /wp-admin/themes.php?page=design#header <svg xmlns=" version="1.1" style="display: none;"> <symbol id="my-logo" viewBox="0 0 466 466"> <title>My Logo</title> <desc>You can edit this logo</desc> <circle cx="233" cy="233"...

Read more