Hide search and access menu

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

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

Open Support Ticket
  • Author
    Posts
  • #451724

    Alex Nott
    Expired Member
    Post count: 107

    Hello,

    I need help to hide the search on the front page and still be able to access the menu

    Please see the attached screenshot to see what I mean

    #451725

    Alex Nott
    Expired Member
    Post count: 107
    This reply has been marked as private.
    #451736

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    Thanks for your post. Sorry, I’m not getting this. I’ve checked the screenshot you’ve shared and I’m not able to see a “search form”. Could you highlight the section that you’d like to remove so that I could provide you the custom CSS code to achieve this?

    Thanks!

    #451740

    Alex Nott
    Expired Member
    Post count: 107

    Hi, sorry

    I added this to the customizer:

    
    
    
    .home-page .geodir-search-container.geodir-advance-search-default {
        display: none !important;
    }
    

    But with that, r without it, the menu drop downs are coming down behind the text and so the items cannot be selected.

    I want to hide the search and also be able to select the menu items in the drop down.

    #451800

    Alex Nott
    Expired Member
    Post count: 107
    This reply has been marked as private.
    #451825

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    Try using the custom CSS code below and see if it helps.

    
    
    .header-wrap {
        z-index: 2!important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket