Hi everybody,
I'm trying to change the nice blue color into something fits more my page colors. But I've tried almost all the regular actions but still nothing happens. Even if I setup the normal GREEN of RED. I deleted all caches, Ctrl+F5 twice on forum front.
Someone here have had the same issue? An was able to fix it? Here is my webiste what it is about: mediabox
Thank you all in forward..
wpForo color options and styles have no chance to work on your website. You have CSS optimizer/minifier/formater solution which affects wpForo CSS files. please disable these aggressive functions. I don't see wpForo CSS files on your forum. All are under some formating control. Please disable all plugins which may do such things. Then delete all caches and try change #12 Primary Color of wpForo. After each change just do Ctrl+F5 on forum front.
Wow it worked! Very nice, thanks for the quick respons. Maybe I can ask you one more thing for now, in the menu were normally stands topics and posts but in dutch it's al little bit longer there no space left. See attach file. How do I change something like that? 🙂
But thanks again. I'll leave a review on the plugin page.
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea. Save it, delete all cache and do Ctrl+F5 on front-end.
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .cat-title { width: 69%; } #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-info{width: 60%;} #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .head-stat-posts{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .head-stat-views{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .head-title{ width: 69%; } #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-info{ width: 60%;} #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ width: 15%; } #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ width: 15%; }
YES solved!! Thank you so much!