Hide "Search Results" page title

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

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

Open Support Ticket
  • Author
    Posts
  • #17026

    Tom
    Buyer
    Post count: 123

    Deat support team,
    while on pretty much all pages, it’s OK to see the page title, on the automatically generated Search Results”-Page, I do not want to see to see it because it takes too much space without bringing added value.

    Is there a way to hide the title “Search Results” on the search results page? (… but have all other pages keep showing their titles…).

    Thanks,
    Tom

    #17031

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    adding this to your custom css:

    
    
    
    .search #geodir_wrapper .entry-title {
        display: none;
    }
    

    Should do it.

    Let us know,

    Thx

    #17033

    Tom
    Buyer
    Post count: 123
    This reply has been marked as private.
    #17036

    Paolo
    Site Admin
    Post count: 31206

    That doesn’t seem like a GD page… It mixes all results.

    What would you like to hide exactly?

    #17038

    Tom
    Buyer
    Post count: 123

    hmm, it should be – it’s simply the page I end up on when I enter a search in the GD sidebar widget. But maybe it looks different by now because I changed a lot of looks & styles with the help of you & your colleagues.

    I want to hide the big title “Search Results” on top of the page.

    (And actually, if its not too much trouble, I would also like to hide the line “Search Pinnwandeintrag For : ‘ ‘“)

    As you see, I’m aiming at a very minimalistic design 😉

    Thanks,
    Tom

    #17039

    Paolo
    Site Admin
    Post count: 31206

    strange, now I clicked again and ‘m on the right page… :S

    
    
    
    .geodir_advance_search .gdlr-page-title-wrapper,
    .geodir_advance_search .entry-header {
        display: none;
    }
    
    

    This should definitely do it…

    Let me know,

    #17040

    Tom
    Buyer
    Post count: 123

    Hi Paolo,
    perfect, thanks you very much!!! 🙂

    #17042

    Tom
    Buyer
    Post count: 123
    This reply has been marked as private.
    #17043

    Paolo
    Site Admin
    Post count: 31206

    try with:

    
    
    
    .search-results .gdlr-page-title-wrapper,
    search-results .entry-header {
        display: none;
    }
    
    #17045

    Tom
    Buyer
    Post count: 123

    Yippieh, there we go, thank you so much 🙂

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

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

Open Support Ticket