Not able to add custom CSS

I’m trying to suppress the logo on individual pages, but when I go to customize the CSS, this is what I see. How can I add custom CSS?

Hey there

I don’t recognize this setting, is this form third party plugin?
Please provide link to your page and let me know what and how you want with the logo :slight_smile:

Thanks for the response! I figured this one out.

Is there code I can use that will suppress the logo on all pages except the main page? Essentially, I don’t want my logo at the top of every new post. Thanks!

Hi there

So, you want to hide the logo excerpt from the homepage?
Please also provide a link to your website

Thanks for the response. It’s https://chelseakimlong.com/.

I have my “logo” (the picture of me" on the homepage, but I don’t want it on the rest of the pages on my site, especially on each blog post. Is there an easier way to suppress it on all blog posts, or do I need to suppress it with code for each individual post?

Hey there

Ok, got it, you can use this custom css:

#logo {
    display: none;
}
.home #logo {
    display: block;
}

let me know if it worked,

Thank you! That’s perfect.

Nice :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions
Thanks!