Replacing "Gallery" image in upper left corner

bullethole

Joined: 2013-07-30
Posts: 1
Posted: Tue, 2013-07-30 17:49

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2013-07-30 23:56

Edit the header text of the theme you are using.
Admin -> appearance _> theme options-> Header text.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
tomdove

Joined: 2013-08-11
Posts: 1
Posted: Sun, 2013-08-11 23:25

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

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-08-12 04:33

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