Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to delete the 'about … results' from custom search's result page

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144190
    roostaamir
    Participant

    hi
    I am working on styling google’s custom search and I have a problem right now.I want to delete the part where it says “about …. results” on the top of the result page(just like what has been done for this website)
    I would be grateful if someone could help me
    thanks in advance

    #144193
    Paulie_D
    Member

    Without a link, it will be hard.

    Certainly, at the very least you should view the page using your browsers developer tools, identify the element and see if you can target a selector or ID with CSS.

    #144194
    Senff
    Participant

    I think this should do the trick:

    .gsc-result-info {display:none;}

    #144196
    roostaamir
    Participant

    Thanks guys for your answers
    I spent the last hour digging into a test costume search I created and I finally got it work:

    .gsc-result-info-container{
    display:none !important
    }

    But thanks again for your kind answers

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.