-
AuthorPosts
-
March 4, 2010 at 7:55 pm #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 Friendiguinee
- Join date:
- December 2009
- Posts:
- 453
- Downloads:
- 10
- Uploads:
- 39
- Thanks:
- 58
- Thanked:
- 32 times in 1 posts
March 4, 2010 at 9:06 pm #334900Usually 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.cssFinally, try to do some research on this forum before posting a question because this question has been answered already.
1 user says Thank You to iguinee for this useful post
histeriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 4, 2010 at 9:10 pm #334902pokerpension;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! 🙂
March 9, 2010 at 8:45 pm #335526Thanks! All i need!!
I´m really grateful!!
R
-
AuthorPosts
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