@mplusplus for table wp_wpforo_topics update wp_wpforo_topics set tags =replace(tags,'super funny cars','funny cars'); for table wp_wpfor...
@adna #wpforo #wpforo-wrap.wpft-members #wpforo-title {display: none;} 😉
#wpforo #wpforo-wrap.wpft-forum #wpforo-title {display: none;}
you marked Last post with 3 arrows, not the complete Bar 😉 #wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head {display: none;}
@adna add this to custom css #wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head .wpf-left {display: none;} Dashboard > Forums > Settings > S...
@miikinki add this to custom css #wpforo #wpforo-wrap .wpforo-last-topic-user, #wpforo #wpforo-wrap .wpforo-last-post-user{color: #ff9900;} Dashb...
@rburwell your logo is too high with a lot of empty arearemoves the empty area then the logo displayed wideralternatively you can add this to custom...
good luck digging and tell us when you find something 😀
"Show Admin Bar for Members" set to No = means the adminbar is hiddenand only by hidden Adminbar you see the now empty margin-top 32px and the 2 co...
@fawp this is a very old problem with Wordpress when the adminbar is hidden you can find many similar questions over google search most users or...
@fawp I remove the space with the code I posted on page 1 add_action('get_header', 'remove_admin_bar_weird_css');function remove_admin_bar_weird_c...
@moshe You have to switch your Wordpress to rtl, then wpForo will automatically use the the integrated style-rtl.css If this is too complicated...
@percysgrowroom you can use a standard HTML widget Code: <a title="example" href="https://example.com/"><img src="https://www.example.c...
@bragino try add this to custom css #wpforo #wpforo-wrap .mce-toolbar .mce-colorbutton {display: none;} Dashboard > Forums > Settings >...
@berndg you can define the colors via css :: selection example i use these colors ::-moz-selection { background: #ff9900!important; color: #fff ...