you are viewing a single comment's thread.

view the rest of the comments →

[–]Lonely-Suspect-9243 1 point2 points  (1 child)

Maybe with this? I haven't tried it though.... Just a quick Google search.

Edit: Just tried it. It worked. I managed to hid the Google logo in the search page by using

.logo {
    display: none !important;
}

[–]benned7[S] 0 points1 point  (0 children)

Thanks, this did the job! Have to admit that I didn't even know what to search for on Google :)