Add option to disable blurred artwork background on the Lyrics Plus page
When using the Lyrics plus custom app there's an option called "colorful background" which enable/disable a background based on the album cover's color. However when using the theme there's no way to disable the option.
Option behavior without the theme :
Disabled
Enabled
Option behavior with the theme :
Disabled
Enabled
It could be related to the var(--spice-main) parameter maybe ?
It is not a bug, the background you see is a theme custom background, not a Lyrics Plus ones. Lyrics Plus background is hidden, so its settings have no effect
For now I can suggest a workaround for you:
- Open Marketplace
- Go to Snippets
- Press "Add CSS"
- Paste
.lyrics-lyricsContainer-LyricsBackground { visibility: visible !important; }to the Custom CSS field - Save snippet
Okay thanks, it works fine.
@Yashirow now you need .lyrics-lyricsContainer-LyricsBackground { display: unset !important; }
@SunsetTechuila Is there a new workaround for this?
@InsrtRandomUserHere nothing changed
if it is not working for you, try this :root .lyrics-lyricsContainer-LyricsBackground { display: unset !important; }
sorry for the late response
if it is not working for you, try this
:root .lyrics-lyricsContainer-LyricsBackground { display: unset !important; }
@SunsetTechuila Yup, thanks that worked. Though the only problem I have now is that the scrollbar appears on the side
@InsrtRandomUserHere im closing the issue! open an issue anytime if anything goes wrong! until we meet again, keep blooming ^_~