How to delete 'select all' in submit listing page?

Discussion in 'GeoCraft WordPress Theme' started by iqbali, Dec 3, 2014.

  1. iqbali

    iqbali Member

    Joined:
    Jul 24, 2013
    Messages:
    31
    Likes Received:
    0
    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
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page