Hi How do i delete 'select all' button in submit listing page? i don't want user to simply click select all category when they register their business, instead i think they should select relevant category for their business. thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #add_place .select_cat li:first-child { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade