SVG logo for built-in The7 headers

By default, WordPress doesn’t allow you to upload SVGs because SVG has intrinsic security issues. That’s why the theme does not support SVG format.

If you do need to SVG upload support, you can install SVG support plugin.

Then, add following CSS rule into Dashboard – Theme Options – Advanced – Custom CSS:

.branding a img{
height: 80px;
}
.mobile-branding a img {
width: 60px;
}
#phantom .logo-box a img {
width: 200px;
}

Adjust the width as per your requirements.

3