test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aushops Friend
    #119770

    Hi,
    Can someone tell me where I can change the default logo in the header from a jpg to png file.
    Have looked in the css and index.php to change the extension from .jpg to .png but maybe i’m overlooking something. I can find the header-bg.jpg but no reference to logo-default.jpg.
    PS I have set the template to the default color only. So I only have to use one default-logo image.

    Cheers
    Tony

    cssyeah Moderator
    #218516

    Hi aushops,

    Open index.php file and search this line.


    <img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_sitename?>" />

    change to:


    <img src="<?php echo $ja_template_path;?>/images/logo.png" alt="<?php echo $mosConfig_sitename?>" />

    and save your logo with name “logo.png” into images folder.

    🙂

    aushops Friend
    #218524

    Hi,
    Thanks for the solution
    I did find that code before but wanted to make sure it was the correct place to change it
    Regards
    Tony

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

This topic contains 3 replies, has 2 voices, and was last updated by  aushops 17 years, 8 months ago.

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