How to Add an SVG Logo

If you would like to add an SVG logo to your header, follow these simple steps:

1
Enable SVG Support via your WP Dashboard, OceanWP > OceanWP Panel > Integration (if you're running OceanWP 3.2.2 version or older: Install the SVG Support plugin) to support this format, because by default, WordPress does not support SVG images.
2
Go to Appearance > Customize > Header > Logo and upload your logo, once uploaded skip the cropping option and Save Changes.
3
If your logo is too large for the header, use the Max Width option to resize to the desired size.

And finally, you need to add some CSS either in the style.css file of your child theme or in the Custom CSS/JS section of the customizer:

#site-logo #site-logo-inner a img {
    height: 40px;
}

Replace "40px" with the height of your logo.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.