How do I make my colors semi-transparent?
i have a background image on my site. And Would like the wpForo colors to be semi transparent so that I can see it
Try to decrease wpForo wrapper opacity. Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and press Ctrl+F5 on forum front-end:
#wpforo #wpforo-wrap {
opacity: 0.9;
}
Hi theo,
Use this CSS code:
#wpforo #wpforo-wrap {
background: transparent;
}
#wpforo #wpforo-wrap .wpf-breadcrumb a {
background: transparent;
}
#wpforo #wpforo-wrap .wpforo-post {
background-color: transparent!important;
}
To change TinyMCE editor background color read this support topic:
https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-15108
Please navigate to Dashboard > Forums > Dashboard admin page, click on [Delete All Caches], then delete website cache and press Ctrl+F5 twice on forum front-end.
Hi @theo,
I think you should find some WEB Designer for your custom requirement. There is no a general easy way for your case. This is something we cannot help you. This requires lots of custom CSS codding.