# CSS help required for FKB Pro theme

**URL:** https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707
**Category:** Support
**Created:** [July 17, 2025, 9:06pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707 "2025-07-17T21:06:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Bruno\_Almeida](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bruno_almeida/32/513195_2.png) [@Bruno\_Almeida](https://meta.discourse.org/u/Bruno_Almeida)
#### Post date: [July 17, 2025, 9:06pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/1 "2025-07-17T21:06:59Z")

</div>

Sorry for the random post, but I saw the video you posted and noticed that your community doesn’t have a visual bug that mine is experiencing. Do you know how to make the space between topics match the community’s background color, instead of being ‘white’ like in the example from my attached photo?

 ![Captura de tela 2025-07-17 173259](https://global.discourse-cdn.com/meta/original/4X/f/1/2/f12e6e7ac046ffa7f5c577bbb832365001ae1518.jpeg)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [July 17, 2025, 9:17pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/2 "2025-07-17T21:17:27Z")

</div>

> [@Bruno\_Almeida](#):
>
> I saw the video you posted

In case someone else also wonders which video, the post was posted below this post: [FKB Pro - Social theme - #448](https://meta.discourse.org/t/fkb-pro-social-theme/234323/448) and this is the video:

---

<div class="post-metadata">

### Author: ![RoldanLT](https://avatars.discourse-cdn.com/v4/letter/r/da6949/32.png) [@RoldanLT](https://meta.discourse.org/u/RoldanLT)
#### Post date: [July 17, 2025, 10:33pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/3 "2025-07-17T22:33:30Z")

</div>

On my install, I just created a custom theme component with this CSS:

```plaintext
.topic-list-item { background-color: inherit; }

```

---

<div class="post-metadata">

### Author: ![Bruno\_Almeida](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bruno_almeida/32/513195_2.png) [@Bruno\_Almeida](https://meta.discourse.org/u/Bruno_Almeida)
#### Post date: [July 17, 2025, 10:53pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/4 "2025-07-17T22:53:01Z")

</div>

Cool. I’m new to Discourse — do you know how I should use this code to fix the visual bug?

---

<div class="post-metadata">

### Author: ![RoldanLT](https://avatars.discourse-cdn.com/v4/letter/r/da6949/32.png) [@RoldanLT](https://meta.discourse.org/u/RoldanLT)
#### Post date: [July 17, 2025, 11:36pm UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/5 "2025-07-17T23:36:51Z")

</div>

Create a new custom component from:  
/admin/config/customize/components

With the CSS code above.

---

<div class="post-metadata">

### Author: ![Bruno\_Almeida](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bruno_almeida/32/513195_2.png) [@Bruno\_Almeida](https://meta.discourse.org/u/Bruno_Almeida)
#### Post date: [July 18, 2025, 12:09am UTC](https://meta.discourse.org/t/css-help-required-for-fkb-pro-theme/374707/6 "2025-07-18T00:09:31Z")

</div>

Thank you, friend.
