Comments Martynaschmeckt started the conversationDecember 20, 2018 at 4:05pmI would like my logo to be place like now but in better quality. Unfortunately I can not use the svg file. Could you help me somehow?www.martynaschmeckt.com Thank youMartyna 2,700PenciDesign repliedDecember 20, 2018 at 6:03pmHi,You can upload your logo svg replace with the current logo image, after that, add more this code to Customize > Custom CSS to make it display: #logo img{ width: 300px; } #sidebar-nav-logo img { width: 185px; }Best Regards,PenciDesign1 LikeMartynaschmeckt repliedDecember 21, 2018 at 11:21amthank you, that works :) How to change the size of that logo? Should I change it in that code? #logo img{ width: 300px; } #sidebar-nav-logo img { width: 185px; }Thank you!Martyna 2,700PenciDesign repliedDecember 21, 2018 at 1:21pmHi,If you want to change the size for the logo, let's replace the code I sent to this code: #logo img{ width: 500px; } #sidebar-nav-logo img { width: 185px; } @media only screen and (max-width: 769px){ #logo img{ width: 300px; } } Change value 500 to value you want.Best Regards,PenciDesign2 LikesMartynaschmeckt repliedDecember 21, 2018 at 1:28pmThank you, awesome :) Sign in to reply ...
I would like my logo to be place like now but in better quality. Unfortunately I can not use the svg file. Could you help me somehow?
www.martynaschmeckt.com
Thank youMartyna
Hi,
You can upload your logo svg replace with the current logo image, after that, add more this code to Customize > Custom CSS to make it display:
Best Regards,
PenciDesign
thank you, that works :) How to change the size of that logo? Should I change it in that code?
Thank you!
Martyna
Hi,
If you want to change the size for the logo, let's replace the code I sent to this code:
Change value 500 to value you want.
Best Regards,
PenciDesign
Thank you, awesome :)