How to remove the map feature?

Discussion in 'ClassiCraft WordPress Theme' started by alnaami, Oct 29, 2013.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    When an user posts an ad he/she goes through a few steps including the option to locate a location on a map. I would like to remove the map feature from the classicraft theme. I don't want the user who posts an ad to even see that option. If the user sees the map in a location that doesn't have proper addresses the user will be confused. This feature is not useful for my site service location. Kindly, let me now where I can disable it. I was hoping to find it under the customized fields, but it is not there.

    Thanks,
    Fawaz
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .form_row {
    display: none;
    }
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thank you. I'll try that.
     
Thread Status:
Not open for further replies.

Share This Page