Removing "Select all" under Add New Classified Ads

Discussion in 'ClassiCraft WordPress Theme' started by amaconline, Jul 18, 2013.

  1. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi,

    I would like to remove "Select all" under Add New Classified Ads.

    I would also like to change the colour of the "POST FREE ADS" which is on the top right corner.

    Thank you.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to library > view > forms > step.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


    2013-07-18_1629.png



    This will solve your issue.
     

Share This Page