# Remove the logo, title and  tagline when user clicked on a blog post

**URL:** https://colorlibsupport.com/t/remove-the-logo-title-and-tagline-when-user-clicked-on-a-blog-post/10962
**Category:** Activello
**Created:** [June 26, 2016, 6:30pm UTC](https://colorlibsupport.com/t/remove-the-logo-title-and-tagline-when-user-clicked-on-a-blog-post/10962 "2016-06-26T18:30:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vancabrera2](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/v/f19dbf/32.png) [@vancabrera2](https://colorlibsupport.com/u/vancabrera2)
#### Post date: [June 26, 2016, 6:30pm UTC](https://colorlibsupport.com/t/remove-the-logo-title-and-tagline-when-user-clicked-on-a-blog-post/10962/1 "2016-06-26T18:30:11Z")

</div>

I want to show the logo,title and tagline in the home page section. Not in the blog content when the user click a blog post.

---

<div class="post-metadata">

### Author: ![vancabrera2](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/v/f19dbf/32.png) [@vancabrera2](https://colorlibsupport.com/u/vancabrera2)
#### Post date: [June 26, 2016, 6:39pm UTC](https://colorlibsupport.com/t/remove-the-logo-title-and-tagline-when-user-clicked-on-a-blog-post/10962/2 "2016-06-26T18:39:02Z")

</div>

I just want to show the logo,title and tagline **only** in the home page.

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [June 27, 2016, 2:40pm UTC](https://colorlibsupport.com/t/remove-the-logo-title-and-tagline-when-user-clicked-on-a-blog-post/10962/3 "2016-06-27T14:40:41Z")

</div>

Hi @vancabrera2,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -\> Appearance -\> Customize -\> Activello Options -\> Other -\> Custom CSS

```auto
body.home div#logo {
    display: block;
}

div#logo {
    display: none;
}

```

Best Regards,  
Movin
