Oct 12, 2021 11:54 am
Hello, can I make the background of my site transparent or synchronized with that in the wordpress theme? How do I prevent it from staying white when I switch to dark mode.
4 Replies
Oct 12, 2021 4:25 pm
Hi @tc-ali
you can set the background transparent with this code
add this to custom css
#wpforo #wpforo-wrap { background: transparent; }
Dashboard > Forums > Settings > Style (custom css)
but first check out the Theme Styles
you need more help, then give us a url to your forum-page
Oct 13, 2021 5:31 am
Thank you very much for your support.
the background became transparent but the categories remained white. Can I make those parts transparent as well? I added attachment.
thank you.
Oct 15, 2021 10:19 am
You can have a look at the plugin WP Dark Mode
I test the plugin at the moment also on my page 😉