i hide the logo with adding this code.
.home .logo { display: none!important; }
Some one can tell me how show the logo again?. Thanks
Hi!
You could simply remove that line. If that doesn’t work try adding this to the Quick CSS:
.home .logo { display: block !important; }
Best regards,
Josue