I tried to set the logo with the size and resolution details. It’s a text logo(.png) but the text always appears blurred for any size or resolution logo I keep. Check entrepreneur.ca
Also I feel there should be support for SVG logos
-
This topic was modified 8 years by
melissa_sarra.
Hi,
The available header styles require different logo sizes
– https://forum.tagdiv.com/logo-favicon/
The logo images will be displayed as they are naturally, the theme does not process the image quality in any way. This is how the logo looks for me, does not seem blurry
– https://www.screencast.com/t/pw54bvddDe9q
Place the exact same image in a post content for example, and compare with header logo. Or test with more header styles and logo sizes.
I believe WordPress does not support SVG by default, there are workarounds that you could try if you wish
– https://www.bjornjohansen.no/svg-in-wordpress
– https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/
Thanks
Hi Simion,
Here two shots for you to see what I’m talking about. (A comparison)

<img src=”
” alt=”Entrepreneur.com” />
-
This reply was modified 8 years by
melissa_sarra.
-
This reply was modified 8 years by
melissa_sarra.
Here’s the second one.
<img src=”
” alt=”Entrepreneur.com” />
-
This reply was modified 8 years by
melissa_sarra.
Hi,
I cannot seem to be able to view the images you posted
– https://www.screencast.com/t/5JkBQCXmRnrS
Please note that is is important to use an image size exactly as recommended in the guide.
I see that the image you are using is somewhat bigger in size, the CSS set on the logo could cause a blurry appearance in this case. Try entering this code in Theme panel->Custom CSS and check the results
– https://www.screencast.com/t/wqnfEdN0XKg
.td-header-style-1 .td-header-sp-logo img {
max-height: 100px;
}
Thanks