Hello,
I acidentally hit “update theme” without getting a backup. It looks working fine but something is wrong with our logo – https://printintin.cz/ … it seem slike black color is on top of it and you can see only the shape, not letters. Can you please help?
Thank you in advance!
Hi,
Thank you for writing. It seems that the issue is caused by some CSS rules because you’re using an SVG logo.
You can try adding the following custom CSS:
#header-inner a svg, #header-inner a svg path {
fill: unset;
}
Best,
Juan.
It didn’t work 🙁 i tried swtching to .png logo and its still the same
Thank you for help!
M.
I figured it out!
Thanks a lot 🙂
Hi Martina,
Thanks for the follow-up.
I’m happy it worked.
Best,
Juan.