@percysgrowroom <div class="adminnote-one"> <p style="text-align: center"> <span style="color: #ffffff"> Text Box one </sp...
@selsebil you can customize the post.php from layout 2 /wp-content/plugins/wpforo/wpf-themes/classic/layouts/2 open the post.php from layout...
@dk1616 read this topic / post Problem hiding the title field in my account settings
@rainerpuschner you forgot or removed this part of the code #wpforo #wpforo-wrap i[class*="fas"]::before { font-family: "Font Awesome 5 Free...
@rainerpuschner and why not completely?
@rainerpuschner you must use the complete code I posted above
@rainerpuschner add this too #wpforo #wpforo-wrap i[class*="fa-layer-group"]::before { font-family: "Font Awesome 5 Free" !important; f...
@rainerpuschner try this code for the icons #wpforo #wpforo-wrap i[class*="fas"]::before { font-family: "Font Awesome 5 Free" !important; ...
@dimalifragis ok try this code add_action( 'wp_head', function () { ?> <script> jQuery(document).ready(function($) { $(...
@dimalifragis I don't get any error
i use this little code to add a css class to it add_action( 'wp_head', function () { ?> <script> $(document).ready(function () { ...
@tc-ali You can have a look at the plugin WP Dark Mode I test the plugin at the moment also on my page 😉
yes, you can select the groups see also wpForo Ads Manager (Pre Sale Questions)
@cook the signature is also displayed on your posts page Cook-Signature.jpg
Hi @tc-ali you can set the background transparent with this code add this to custom css #wpforo #wpforo-wrap { background: transparent; } Das...