CSS help required for FKB Pro theme

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?

In case someone else also wonders which video, the post was posted below this post: FKB Pro - Social theme - #448 by Monikas and this is the video:

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

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

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

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

With the CSS code above.

2 Likes

Obrigado, amigo.