Was wondering if it would be possible to add some optional CSS code to disable the backdrops feature on the main page or when navigating through libraries. This way the backdrops only populate on the individual TV Show or Movie listings.
I have seen that some have requested this feature here: https://features.jellyfin.org/posts/1302/setting-to-disable-backdrops-on-certain-pages
And the effect was accomplished by using the following code:
body.withSectionTabs div.backdropContainer {
display: none;
}
When trying this, though, it results in a solid black background. Is there any way to accomplish this and retain the standard "#101010" background for this theme?