Archived topic
SVG Logo
1 reply · Started by Jason Westbrook on August 4, 2017
Viewing posts 1–2 of 2
Hi I have followed the steps listed in the docs to upload a svg logo. I have done as followed but have seen no change. Its still showing pixelated. I have also added the logo css sizing.
http://www.jasonwestbrook.com/demo
Any tips?
Hi there,
Are you referring to the mobile header logo? The desktop one looks fine to me.
You would need to set the CSS for mobile header logo as well:
@media (max-width: 768px)
.mobile-header-navigation .mobile-header-logo img {
width: 30px
height: 30px;
}
}
This archived topic is closed to new replies.