Changing <h1> info in effervescence_plus

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

Comments

  • 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 `<?php printLogo(); ?>` to `

    ` in each of the php files.
  • Thanks, I'll try that, and report. Where would I put the text for the website name? I'd like it to the right of the logo.
    Gary
  • No luck. In ../gallery/themes/effervescence_plus/styles/
    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()
  • 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.
  • Thanks! Worked like a charm. Gary
Sign In or Register to comment.