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.
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;
}
This will make your page titles more bearable and remove the giant newsbox from the SERP.
Looking much better!
Top comments (0)