Pat David Avatar
ABOUT ARCHIVE
Theme
2 min read

Fixing Flickr (Removing the New Navigation Bar)

Hot on the heels of Flickr’s new redesign, and giving its users up to 1TB of free storage, is a real fumble, in my opinion: a Google-esque navigation bar.

I was greeted today on logging into Flickr with an incredibly inane navigation bar above the rest of the Flickr navigation header.

I’m not sure what I’m more offended by, that the navigation bar is there, or that it is so incredibly ugly. It’s just poorly styled and implemented (if they had at least matched the color of the nav bar already there, it wouldn’t be so bad). Seriously, look at that screenshot.

So here is a quick fix for those of you running Chrome (and Firefox, too, but I’m not sure where user styles are kept in Firefox).

Find your “User StyleSheets” folder. On Win7, this is located at:

C:\Users\{USERNAME}\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets 

In that folder there should be a Custom.css file. Open that file in a text editor.

Add these lines to the file:

.zeus.with-eyebrow.new-header #eyebrow { display: none; }
.zeus.with-eyebrow.new-header #global-nav { top: 0px !important; } 

Save. If needed, refresh Flickr. The nasty nav bar should now be gone…

Man, if only there was some way to keep this thing from showing up for other users. It’s almost embarrassing to send someone to your Flickr page the way it is now.


Filed under: Flickr

Share this on: Twitter | Facebook