Adding Logo CSS

Started by Obsydian, July 06, 2017, 05:36:29 PM

Previous topic - Next topic

Obsydian

I'm still learning my way around the SMF format, and I have a theme I really love that doesn't have a logo section.

I'm using Green Flowers.  It only shows title text, but I would love to replace that with a logo.  I'm trying to figure out how to add my own logo and remove the title text above. 

Is there some CSS I can add to the stylesheets?

I appreciate anybody's help or redirection if this has been asked before!

Sir Osis of Liver

You can remove/edit the forum title in Admin -> Server Settings .  Background image is in /css/gfstyle.css -



#headerlogo {
background: #fdfdfc url(../images/theme/gf-headerblank.png) no-repeat left top;
height: 94px;
min-width: 406px;
float: left;
}


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Obsydian

Thank you!  I got it all working.

RanjitShankar

Quote from: Sir Osis of Liver on July 06, 2017, 05:50:18 PM
You can remove/edit the forum title in Admin -> Server Settings .  Background image is in /css/gfstyle.css -



#headerlogo {
background: #fdfdfc url(../images/theme/gf-headerblank.png) no-repeat left top;
height: 94px;
min-width: 406px;
float: left;
}



Thank you very much! I was looking for the same solution to have a logo and so your recommendation is really working for me too.

Best Regards
Ranjit

Advertisement: