I just started building a gallery using the Effervescence Plus theme, with the simple viewer and blue-and-green-play. See http://www.4pcreations.com/gallery
By default, the "running-head" at the top of my gallery pages reads "www.4pcreations.com".
I'd like to change that running-head to add my transparent .gif logo and the name of my website, "4P Creations".
I'm a php/css/zenPhoto newby. I haven't been able to find anything in the FAQ, or here. I gather it requires editing of one of the theme's php scripts or functions, but have no idea where to start. I could use a push in the right direction.
TIA
Gary
Change the CSS class for logo and logo2 h1 to add a background image of your GIF.
`#logo h1 a{
color: #C0C0C0;
background-image: url("images/trans.gif");
font: bold 30px Monotype Corsiva, Apple Chancery, Zaph Chancery, Comic Sans, cursive, serif;
}`
Then change to in each of the php files.
OK, then tomorrow download the nightly build. I have added an option to effervescence+ so that you can select a graphic logo. It needs to be a transparent PNG file, though. (GIF files are too coarse.) Place the file in the theme images folder. Select it from the admin theme options.