AI Search
Classic Search
Notifications
Clear all
Oct 12, 2021 3:54 pm
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 8: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 15, 2021 2:19 pm
