# Branding and layout setup

**URL:** https://meta.discourse.org/t/branding-and-layout-setup/274050
**Category:** Support
**Created:** [August 5, 2023, 10:44am UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050 "2023-08-05T10:44:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PT\_LB](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pt_lb/32/319089_2.png) [@PT\_LB](https://meta.discourse.org/u/PT_LB)
#### Post date: [August 5, 2023, 10:44am UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050/1 "2023-08-05T10:44:37Z")

</div>

Hello comm!

I’m kind of new doing community work and worked on layout, I have experience in HTML/CSS and customized a new navigation bar to add a few links but I would like to removed the default logo branding :

 ![Labelbox community 2023-08-05 11-38-54(1)](https://global.discourse-cdn.com/meta/original/4X/5/c/d/5cd487fc08fead19854ee4ce8c8e32715df6eb3a.jpeg)

Is there any “easy” way to that (we are hosted, just in case).

Many thanks,

PT

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [August 5, 2023, 2:16pm UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050/2 "2023-08-05T14:16:11Z")

</div>

hi @PT_LB you can try this in common css of a theme or theme component:

```scss
.d-header .title {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![PT\_LB](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pt_lb/32/319089_2.png) [@PT\_LB](https://meta.discourse.org/u/PT_LB)
#### Post date: [August 5, 2023, 4:27pm UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050/3 "2023-08-05T16:27:17Z")

</div>

Works like a treat, thank you @Lilly !

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [August 5, 2023, 4:30pm UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050/4 "2023-08-05T16:30:12Z")

</div>

no problem, glad that helped 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 4, 2023, 4:30pm UTC](https://meta.discourse.org/t/branding-and-layout-setup/274050/5 "2023-09-04T16:30:39Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
