Hello Support,
I need to use a high resolution logo on my website, I need a css custom code to show the big logo but with the same size of the low resolution logo. Kindly for help.
Hello Support,
I need to use a high resolution logo on my website, I need a css custom code to show the big logo but with the same size of the low resolution logo. Kindly for help.
tishelpdesk42
Hi
You can add the big logo image on site and then add this code in custom.css file
.logo a {
max-width: 79%;
}
Reduce the max width value to decrease the logo size.
Regards
Thanks alot.