Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I make my notification centre transparent but not the notification itself? #21

Open
kxiixe opened this issue Dec 9, 2024 · 1 comment

Comments

@kxiixe
Copy link

kxiixe commented Dec 9, 2024

No description provided.

@bbmaster123
Copy link
Collaborator

you need to target the specific child elements you want to be transparent, while avoiding targeting parent and sibling elements. Use this guide to find which elements you need and how to target them.

If you are using the built in translucent theme from the dropdown at the top do the following:

  1. Change dropdown to none
  2. Go to the theme page, expand the content at the bottom, and copy it all
  3. paste the code into the mod settings box in the styler mod's advanced tab, then click save
  4. Go to the settings tab, and remove each target that you do not want to be translucent. you can test each one by adding // to the front of each target or style, for example //Grid#BackgroundElement would be a disabled target
  5. add the target and style for the elements you do want to be transparent

let me know if you get stuck at any point or have any questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants