Hey The_elephant,
I haven’t managed to on desktop, but it is sharp on mobile. I have just uploaded a big size for the logo and then adjusted it by targeting with custom CSS. In my example the logo is huge with 2326×606 and then applied custom css on my child theme’s style.css
.custom-logo {
height: 60px;
width: 220px;
padding: 5px;
}
I am pretty sure this is not a good way to do it and I can probably lower the initial size. But on desktop I still get the blurriness. My plan is just to play around with the sizing some more. I will get back in case I find a solution.
-
This reply was modified 9 years, 5 months ago by sorinwp.
Hello,
I am experiencing the same issue. Cannot make the logo sharp on desktop although I have managed to on mobile. The blurry issues seems to be present on the themes dummy data as well with the onepress logo.
Has anyone found any solution to this?