Remove "Title or Keyword" box

This topic contains 2 replies, has 2 voices, and was last updated by  frantletle 9 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #14116

    frantletle
    Full Member
    Post count: 91

    How do I remove the transparent box that says “Title or Keyword” that hovers over the map on the right?

    #14128

    Guust
    Moderator
    Post count: 29970

    Add this code to your child theme’s stylesheet:

    .map_category input[type=”text”] {
    visibility: hidden;
    height: 0px;
    }

    #17504

    frantletle
    Full Member
    Post count: 91

    If it helps anyone else, you can also hide each field individually:

    E.g. to get rid of the “Search for” box

    div.geodir-search input.search_text {
    display:none;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket