DEV Community

Cover image for Make Google look good again
Adam K Dean
Adam K Dean

Posted on

Make Google look good again

If you're like me, you're probably feeling like your Wednesday has been ruined by Google testing bigger, none underlined titles for page results. It looks horrible, and is definitely a bad decision.

Bad Google!

There is a fix to tide you over though, in the case that Google drags their heels. If you're using Chrome, that is. Install Stylish (an extension which allows you to override a site's style), and install any theme for Google. Then edit it, delete all the existing css, and paste this in:

#res h3 { 
  font-size: 16px !important; 
}
#newsbox, .rgsep { 
  display: none;
}
Enter fullscreen mode Exit fullscreen mode

This will make your page titles more bearable and remove the giant newsbox from the SERP.

Looking much better

Looking much better!

Top comments (0)