-
AuthorPosts
-
lasor123 Friend
lasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 1, 2008 at 9:57 pm #135849Hi alle.
How do I change the size of logo …. how do I get a bigger logo on the page?
How to change the blue color in the template to another color … not standard blue, but # 01468b still in the shadow effect.
Hope for some quick help.
Best, Fortza
Joomla V.: 1.0.15 stablecjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 2, 2008 at 1:05 am #280888#1 to change logo size, create your logo image. Let’s say you make it 200x100px.
Go to the extenstions/template manager. make sure your parameters have image as the logo, not text. Then edit the template/css.
Find this area
<blockquote>/* HEADER
——————————————————— */
#ja-header {
height: 80px;
line-height: normal;
position: relative;
}#ja-header a {
}h1.logo, h1.logo-text {
margin: 0;
padding: 0;
font-size: 200%;
}h1.logo a {
width: 435px;
display: block;
background: url(../images/logo.gif) no-repeat;
position: absolute;
height: 42px;
bottom: 15px;
left: 0;
}
</blockquote>Change the width & height and url to match your logo (more if you need padding etc). then save.
As far as your color, are you talking about just the navbar? If so you can change that blue in this area
<blockquote>#ja-mainnav {
background: url(../images/grad1.gif) repeat-x top #2C79B3;
height: 32px;
}</blockquote>You can make a new gradient gif and color there. The shadow should still work.
Hope this helps,
Cheryllasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 3, 2008 at 8:23 pm #281179Hi Cheryl.
Thanks for your help……..what line for navbar color ?
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 3, 2008 at 9:46 pm #281185I believe the edenite template uses an image for the navbar background so you would have to either just take that out and make it a color background or change the image out.
<blockquote>/* MAIN NAVIGATION
——————————————————— */
#ja-mainnavwrap {
background: url(../images/trans_bg1.png) repeat-x bottom;
could change to background: #CCCCCC;
height: 37px;
position: relative;
z-index: 999;
}#ja-mainnav {
background: url(../images/trans_bg1.png) repeat-x top #2C79B3;
height: 32px;
}</blockquote>However, I believe some of it is also controlled in teh moomenu.css (or whatever menu you are using).
So in moomenu.css, for example, you’ll have to look for and edit this:
<blockquote>———————————–*/
/* 1st level */
#ja-cssmenu li a {
display: block;
text-decoration: none;
line-height: 32px;
padding: 0 20px;
color: #C3DBED;
font-size: 100%;
font-weight: bold;
border-right: 1px solid #2B6484;
}#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus {
color: #FFFFFF;
}#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover {
color: #FFFFFF;
background: url(../../images/trans-bg.png) repeat-x top #2B6484;
}#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
color: #FFFFFF;
background: url(../../images/trans-bg.png) repeat-x top #91AE4E;</blockquote>Good luck! Hope that helps.
Cheryl
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 4, 2008 at 9:13 am #281251Hi again Cheryl.
I´ll try it……..and getting back if it dosen´t work…….but thanks A LOT;-)
The WERY best, Lasor123
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 12, 2008 at 9:29 am #282563Hi again.
Sorry, but…..do u know how and where i remove the text below : You are here: ????
Best, Lasor123
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 12, 2008 at 10:35 am #282574If you mean you wish to remove the text “you are here” i think you can just turn off the breadcrumb module, or you can remark out that part of the code in the html of the template.
Cheryl
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 12, 2008 at 11:34 am #282587Thanks……i change it in the html file……thanks 🙂
Best, Lasor123
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 12, 2008 at 11:55 am #282594Hi again.
Sorry to ask you again…..but, do u knwo where i can remove this text : Joomla! is Free Software released under the GNU/GPL License. it´s in the botton of another Joomlart template…..?
Best, Lasor123
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 12, 2008 at 12:18 pm #282598there is some code at the bottom of the template html that has that info you can remark it out, similar to what you did with the breadcrumbs.
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 12, 2008 at 7:37 pm #282658Sorry, no look in that solution 🙁
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2008 at 10:50 am #283216Hello again 🙂
Is it possible to remove the module position: left entirely from the page?
Best, Lasor
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 17, 2008 at 11:23 am #283223if you do’nt have anything int hat position it shouldn’t show up, so not sure exactly what you are trying to do??
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2008 at 12:49 pm #283232I want to remove it for good……i dont have any modul ore text in the left side…..so i wat to get rid of it…….if u are looking at this link : http://www.joomlart.com/templates_club/club_portfolio/ja_edenite.html then u can see that position (L) = left side…..this is the one potition i want to get rid of……
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2008 at 7:25 pm #283264Hi again.
I have finde the problem my self, it was “Other menu” that stil was “Public”.
Maybe you can tell me, where i can change the font color for the template, my friend want all text to become “Black”……where can i change this…?
Best, Lasor123
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by lasor123 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum