Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • qzkenji Friend
    #142886

    Hi

    I want know how i can change size of logo in top of left side of page.
    For more larger

    Regards

    Qzkenji

    hawver Friend
    #311686

    I assume you want to change the size of the element that contains the logo. The logo is a background image defined in template.css. If you want to change the size you’ll need this:

    h1.logo a {
    width: 245px;
    height: 75px;

    display: block;
    background: url(../images/logo.png) no-repeat center;
    }

    tofraser Friend
    #311784

    <em>@hawver 137521 wrote:</em><blockquote>I assume you want to change the size of the element that contains the logo. The logo is a background image defined in template.css. If you want to change the size you’ll need this:

    h1.logo a {
    width: 245px;
    height: 75px;

    display: block;
    background: url(../images/logo.png) no-repeat center;
    }</blockquote>

    I would just add that if there is a theme that is selected, the logo will need to be changed in that theme’s directory. For instance, there is a reference to the logo in template.css and blue.css. If blue.css is active, for instance, be sure to change the logo in templates/ja_opal/images/blue/logo.png. The css of a specific theme will override the template.css.

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

This topic contains 3 replies, has 3 voices, and was last updated by  tofraser 14 years, 10 months ago.

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