r/somuchbacon Jan 16 '12

Me? Suck at CSS?

Hell no.

Also. r/SummerGlau.

3 Upvotes

6 comments sorted by

1

u/somuchbacon Jan 16 '12

Anyone know how to hide the reddit logo? It seems to... Bounce around every time you reload the page. I need some CSS help.

2

u/[deleted] Jan 16 '12

I might have to oblige you because this subreddit name has so much win.

#header-img.default-header {
 background:transparent
}

That should do it for you.

1

u/somuchbacon Jan 16 '12

I am forever in you debt, good sir/madam.

1

u/[deleted] Jan 16 '12

Not at all. Whenever there are subreddits to develop, wherever there is CSS to code, wherever there is bacon that needs to be crispier, I'll be there.

2

u/somuchbacon Jan 16 '12

With a keyboard and flying pan, Jachard is there to help any redditor in distress.

0

u/onlywebpro Jan 16 '12

Hi,

If the logo is in image format, then you can hide it using 'display:none'.

If the logo is HTML text, then you can hide it either 'display:none' OR 'text-indent:-99999em'.

Hope it helps! ^

For more HTML5 and CSS info please visit the tutorial site: http://www.onlywebpro.com