Is it possible to remove the 'Select All' check box from the Category selection of the listing submission page?
Hello, Go to library > front_end > listing_submit_form.php present in your theme directory and remove the code given below Code: <li><label><input type="checkbox" name="selectall" id="selectall" class="checkbox" onclick="displaychk_frm();" /></label><?php echo SLT_ALL; ?></li> Sending image for reference
Hello, For this Go to the geocrafttheme\library\controls\dashboard\dashboard_functions.php and remove code as shown in the image attached.