Remove search for box and center it

This topic contains 7 replies, has 3 voices, and was last updated by  Kor 7 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #352471

    Omar BHamza
    Free User
    Post count: 9

    Hello,
    After some research i did remove search for box with
    input.search_text {
    display:none !important;
    }
    But still, i can’t center it even with
    .sd.home .featured-area .geodir-loc-bar-in, .sd.sd-location .featured-area .geodir-loc-bar-in {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0 auto;
    margin-right: 350px;
    margin-top: 20px;
    max-width: 590px;
    }
    please try it in chrome and firefox, doesnt show the same result, i only need the near by box and centered

    Please help, the site is : http://www.maisons-repos.be/

    #352599

    Kor
    Moderator
    Post count: 16516

    Hi Omar,

    I’ve just checked your Website on Firefox and I’m able to see the issue there. I don’t think you should insert a value to the margin’s but I’d like to check on it and see if there’s a better way to achieve this. Please share WP temp admin access to your site so we can remove the CSS you’ve applied and also perform some tests. You can post the details here using the private reply option below.

    Thanks!

    #352600

    Omar BHamza
    Free User
    Post count: 9
    This reply has been marked as private.
    #352743

    Paolo
    Site Admin
    Post count: 31206

    HI,

    you should never modify the style.css of the child theme if it is meant to be updated, because you’ll lose all your customization.

    Please revert all the css changes you made in style.css and move them to GD > Design > Scripts > Custom css.
    (or in the custom css field of visual builder or that of the customizer)

    Once that done we will explain you how to do what you are trying to do.

    Thanks

    #352960

    Omar BHamza
    Free User
    Post count: 9

    Hello Paolo,

    Everything is back to normal, Hope you will find a way to center geodir-loc-bar-in, (the near by box), and please tell me how to remove the title box like in screenshot before, i can’t thank you enough guys for your support and fast reponses..;)

    #353424

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you are hiding the field instead of hiding the field wrapper. Try with this:

    
    
    
    .gd-search-input-wrapper.gd-search-field-search {
        display: none;
    }

    Let us know,

    Thanks

    #353730

    Omar BHamza
    Free User
    Post count: 9

    Thanks Paolo,

    It Worked,

    I inserted it .gd-search-input-wrapper.gd-search-field-search {
    display: none;
    }

    instead of
    input.search_text {
    display:none !important;
    }

    Please tell me how can i hide the title area on the map Homepage
    See attached image

    Thanks again, 🙂

    #353988

    Kor
    Moderator
    Post count: 16516

    Hi Omar,

    Do you mean you want to remove the entire box? If you are, use the custom CSS code below. If not, please tell me exactly what you wish to remove.

    
    
    div#geodir_map_v3_home_map_1_cat {
        display: none!important;
    }

    Thanks!

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

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

Open Support Ticket