Remove Map from Listing Page

Discussion in 'GeoCraft WordPress Theme' started by zeewon30, Dec 2, 2020.

  1. zeewon30

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Hello- How can I remove the map from the Add New listing page? Thanks
     

    Attached Files:

  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    input.b_submit.btn {
    display: none;
    }
    
    div#map_canvas {
       display: none !important;
    
    }
    Regards,
    Shemaela
    InkThemes.com
     
  3. zeewon30

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Thank you!




     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You are most welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page