Hiding Logo on homepage

I’d like to hide my site logo, but only on the homepage. Looking at style.css in the editor made me seasick. Any helpful tips would be soothing.

Cheers
Griffin

Hello Griffin,

Use following CSS code in the bottom on your style.css file,

.home .rtp-site-logo { display: none; }

Let me know if it works for you.

Thanks,
Manish

Thanks Manish! That did the trick. I had to remove the spaces within the brackets to make it work, but very easy.

Cheers!