test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • diegoserrano Friend
    #187149

    Hi.

    I change de imagen templates/ja_puresite/themes/blue/images , but non work. Continue the logo PURESITE… >:(

    How to change?

    Thank you.
    Diego

    Sorry. Have joomla! 2.5.11

    diegoserrano Friend
    #491345

    Solved, Solucionado.

    How to changed de size?

    phong nam Friend
    #491451

    Hi diego,

    By default, the logo size on JA Puresite template is defined in <blockquote>templatesja_puresitecsstemplate.css</blockquote>.
    at lines:

    /* Logo Image ---*/
    h1.logo { width: 350px; height: 50px; }

    But, It is better that you can put your url here, I will lets you know what exact css elements you need to change for your logo size.

    Leo

    kmgdesign Friend
    #527501

    i ve the same problem.

    • tell me: why its so difficult to change an stupid logo?

    • in which script can i find the ‘path from the logo’ ? not in ‘template.css’. tell me please where it is.

    • is it possible to use custom css?

    thanks.

    phong nam Friend
    #527541

    @ kmgdesign: There are some options to change the logo on JA Puresite template. You can consider two simple workaround below rather than creating a new file called custom.css:

    1. You can look for the h1.logo a {} css block in the template.css file and add your expected logo as the background image.

    2. Another option is to open the templates/ja_puresite/blocks/header.php file, and look for this lines of code:

    <a href="<?php JURI::base(true) ?>" title="<?php echo $siteName; ?>">
    <img src="<?php echo 'templates/'.T3_ACTIVE_TEMPLATE.'/images/logo-trans.png' ?>" alt="<?php echo $siteName; ?>" />
    </a>

    Then replace the declaration in red with the path and alt info of your logo image. Remember to clear JAT3 cache after updating change.

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

This topic contains 5 replies, has 3 voices, and was last updated by  phong nam 10 years, 9 months ago.

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