Delete Places and Events Drop Down Menü by categories

This topic contains 4 replies, has 2 voices, and was last updated by  Kai Siemer 5 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #437717

    Kai Siemer
    Expired Member
    Post count: 319

    Hello i Found that CSS in ur Community for delete Events and Places on the front page:

    .geodir-search .search_by_post {
    visibility:hidden;
    }

    I want delete this only by the categories, se at my pictures.

    What must the CSS code look like? Thank you in advance for your great support.

    #437719

    Kor
    Moderator
    Post count: 16516

    Hi kai,

    Insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS. If it doesn’t work, kindly update your credentials and we’ll take a look at your Website.

    
    
    .gd-search-input-wrapper.gd-search-field-cpt {
        display: none!important;
    }
    #437723

    Kai Siemer
    Expired Member
    Post count: 319

    On The Frontpage the Places and Events DropDown Menu is no longer active, i want on the frontpage thats active, an by the categories don’t show how now. =) Thanks for ur help

    #437725

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    My apologies, replace it with the custom CSS code below. If it still doesn’t work, you need to share your WP admin access in private reply and we’ll check on it.

    
    
    .post-type-archive .gd-search-input-wrapper.gd-search-field-cpt {
        display:none!important;
    }
    #437726

    Kai Siemer
    Expired Member
    Post count: 319

    Thats Works, thank u and have a nice day =)

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

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

Open Support Ticket