• apowazniak

    (@apowazniak)


    I need to delete the section where it asks for latitude and longitude of google maps, but without removing the address and city fields, is there any way?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author g5theme

    (@g5theme)

    Hello, you can use css code below:
    .property-location .col-sm-3 {
    display: none;
    }
    .property-location .col-sm-9 {
    width: 100%;
    }
    Thanks

    Where you can enter this CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove google maps’ is closed to new replies.