---
title: "How to Hide Your Logo from the Homepage"
source: "https://docs.nexcess.com/software/kadence/how-to-hide-your-logo-from-the-homepage/"
description: "If you would like to hide your logo from the homepage only, you can use CSS like this: .home #logo { display: none; } Just paste that into your custom CSS box i…"
vertical: "Software"
area: "Kadence"
date: "2021-09-08"
last_modified: "2021-09-08"
---

# How to Hide Your Logo from the Homepage

If you would like to hide your logo from the homepage only, you can use CSS like this:

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

Just paste that into your custom CSS box in Theme Options > Advanced Settings (or Theme Options > Custom CSS).
