I'm building a website and want to use gallery for image management (its an auction site, so the items available would be presented). I'd like to replace the "Gallery" default image in the upper left corner with the logo of the company i'm doing this for. I can't seem to figure this out.
Posts: 27300
Edit the header text of the theme you are using.
Admin -> appearance _> theme options-> Header text.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 1
That replaces the logo OK, but it is text only, not a graphic. So I have two questions to add:
1. How do I change font sizes and styles in headers, footers and captions?
2. How do I place an image (GIF? JPEG?) with my own logo where the "Gallery" logo is now?
Although I did some HTML writing years ago, I'm finding the directions in the various files very confusing. Consider me a semi-Newbie at this.
Thanks,
Tom
Posts: 27300
1. You would have to know some css and edit the theme you are using. If you get stuck a URL would help so we can help.
1.A: use the firefox web browser and the dev tool to make live edit the the css to she what you can do.
2. Use standard html in the header text like:
<font size="20">this is some</font> text and a image with a link: <a href="http://www.w3schools.com/"><img src="http://www.w3schools.com/images/w3html.gif" align="center"></a>and more text.
Standard html
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team