Note transparency problem

Steps to reproduce

just open any notes on reading or writing mode

Expected result

the note itself or the graph page not transparent as the past version:

Actual result

no transparency

Environment

  • Operating system:
    windows 11
  • Debug info:
    SYSTEM INFO:
    Obsidian version: v1.0.0
    Installer version: v0.15.9
    Operating system: Windows 10 Home 10.0.22000
    Login status: logged in
    Catalyst license: none
    Insider build toggle: off
    Live preview: on
    Legacy editor: off
    Base theme: dark
    Community theme: none
    Snippets enabled: 1
    Restricted mode: off
    Plugins installed: 2
    Plugins enabled: 2
    1: Calendar v1.5.10
    2: Advanced Tables v0.17.3

RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

I think there must be an option for full transparency not only the side menu as this new update.
please fix it as soon as possible.

there was a css snippet introduced in a similar thread that should resolve this. Is Translucent Window Broken?

1 Like

this is not a bug. If you don’t like it, you can customize these things via css.

Nothing works for me

If something was working before the update and now it’s not work then it’s a bug

ok I used this CSS snippet and problem solved.

.workspace-leaf,
.workspace-tab-header-container {
  background: transparent;
}

.workspace-split.mod-root,
.workspace-split.mod-root .view-content,
.workspace-split.mod-root .view-header {
  background: transparent !important;
}

.view-header-title-container:not(.mod-at-end):after {
  background: transparent !important;
}


but I hope the developers add a a full transparency option in the appearance settings because not all of the users are powerful to search and add CSS codes