@rapid3dme I see you're trying, but you changed the layout class to layout 2 (wpfl-2), but you're not using layout 2, just 1 and 4use the code above...
@rapid3dme add this example to the custom css #wpforo #wpforo-wrap .wpfl-1:nth-of-type(1) .wpforo-category {background-color: #ff9900 !important;}...
@brucegyoung ok, read this post maybe that will help you too
@brucegyoung Try this, Dashboard > Forums > Settings > Topics & Posts and set Minimum length of the topic content and Min...
@munitedfc it works, for Post and also for Question & Answers watch the video
@munitedfc #wpforo #wpforo-wrap .avatar {background: none !important;border: none !important;}
@munitedfc to remove the white background and the border add this to custom css #wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img { b...
@jasonperi these bullets are from your mantra wp theme .entry-content ul > li {background: url(resources/images/bullet.png) left 10px no-repeat...
@gosh You can also use the wpForo built-in phrase systemand add new phrase
@cmwd you can use Forums Censure PRO
the dot comes from .wpf_ac_results {padding: 0;margin: 0;list-style: none;position: absolute;z-index: 10000;border: 1px solid #dddddd;box-shadow: 0 ...
@rapid3dme Go to Dashboard > Forums > Dashboard and click the [Clear all caches] button.
@rapid3dme the mistake is still there
@rapid3dme remove the double # from your color code 😉 then it works #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title a {color: ##282828;}
@rapid3dme add this to custom css only Extended Layout #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title a {color: #ff6600;} or all Categories ...