Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hieu Nguyen Admin
    #116729

    Hello,

    Am using JA Spica 2 column. I like the color change feature for the menu, but need to keep the top left logo (example logo-green.gif) the same on all pages.

    Site in progress: http://acraorg.com/

    Where do I go in to make that logo not change even though the menu items are changing colors.

    Thanks

    Rowby
    http://www.rowby.com

    Hieu Nguyen Admin
    #209495

    Hi Rowby,

    To keep the top logo unchanged, all you have to do is edit the following lines in the “ja_spica/index.php” file:

    <!-- BEGIN: HEADER -->
    <div id="ja-header">
    <h1>
    <a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $color; ?>.gif" alt="<?php echo $mosConfig_fromname?>" /></a>
    </h1>

    to this:

    <!-- BEGIN: HEADER -->
    <div id="ja-header">
    <h1>
    <a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo.gif" alt="<?php echo $mosConfig_fromname?>" /></a>
    </h1>

    Remeber to put your logo image in “ja_spica/images” folder and the name of the logo is “logo.gif“. 😉

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  Hieu Nguyen 17 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum