Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pokerpension Friend
    #149223

    Hi!
    I´m new to this so i´m still learning. It seems that i can´t figure out how to replace the JA Opal logotype in the upper left corner as i cant find where its located. Can anyone help me? As i´m sure you understand, i prefer drag and drop but if changes in the html code is the fix, let me know.

    R

    iguinee Friend
    #334900

    Usually all logos are stored in this location:

    YourSiteRoot/templates/ja-opal/images/logo.gif

    You will find these files on your cpanel (FTP)

    You can change the size here:
    YourSiteRoot/templates/ja-opal/css/template.css

    Also read this forum.

    Finally, try to do some research on this forum before posting a question because this question has been answered already.

    histeriks Friend
    #334902

    pokerpension;167758Hi!
    I´m new to this so i´m still learning. It seems that i can´t figure out how to replace the JA Opal logotype in the upper left corner as i cant find where its located. Can anyone help me? As i´m sure you understand, i prefer drag and drop but if changes in the html code is the fix, let me know.

    R

    Hi pokerpension,

    whether you will have to tweak the css files depends solely on the size of your new logo. If it is the same size as the one in the quickstart, then all you have to do is overwrite it with a new one.

    If you use standard, default layout of the JA Opal, just replace the logo.png inside templates/ja_opal/images directory.

    If you use any other style, such as blue, black, yellow etc, then replace the logo.png in the appropriate subdirectory in templates/ja_opal/images/(athletic, blue, yellow etc) dir.

    If however, you want to place a larger logo in there, you have to open your template.css file, located in your /templates/ja_opal/css/ directory and on line 951 find:

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

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

    change the width and height according to your needs and save.

    In case your logo is much higher than default one, you will need to change the height of the header too, by changing height parameter on line 942 of the same file:

    #ja-header {
    line-height: normal;
    position: relative;
    padding: 0;
    z-index: 999;
    height: 140px;
    }

    Good luck! 🙂

    pokerpension Friend
    #335526

    Thanks! All i need!!

    I´m really grateful!!

    R

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

This topic contains 4 replies, has 3 voices, and was last updated by  pokerpension 14 years, 8 months ago.

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