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/galleryBy 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
Comments
`#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 `<?php printLogo(); ?>` to `
` in each of the php files.
Gary
I changed
effervescence.css
blue and green play.css
In ../gallery/themes/effervescence_plus/ I changed
album.php
image.php
which were the only two with the call to printLogo()