1.you can control position of logo by way below :
Open template.css file in templates/ja_purity/css folder , find following code section at about line 956 :
Code:
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
display:block;
height:80px;
position:relative;
width:208px;
z-index:100;
}
change to :
Code:
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
display:block;
height:80px;
position:relative;
width:208px;
z-index:100;
left:500px;
}
About background color of header , you change it following some steps below :
1.Open template.css file in templates/ja_purity/css folder , find following code section at about line 923 :
Code:
#ja-headerwrap {
background:#333333 none repeat scroll 0 0;
color:#CCCCCC;
height:80px;
line-height:normal;
}
change to :
Code:
#ja-headerwrap {
background:#FFFFFF none repeat scroll 0 0;
color:#CCCCCC;
height:80px;
line-height:normal;
}
2. find following code section at about line 935 :
Code:
.ja-headermask {
background:transparent url(../images/header-mask.png) no-repeat scroll right top;
display:block;
height:80px;
position:absolute;
right:-1px;
top:0;
width:602px;
}
change to :
Code:
.ja-headermask {
top;[/color]
display:block;
height:80px;
position:absolute;
right:-1px;
top:0;
width:602px;
}
3. Open index.php file in templates/ja_purity folder, find following code section at about line 112 :
Code:
change to :
Code:
__________________
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
display:block;
height:80px;
position:relative;
width:208px;
z-index:100;
left:500px;
}
-------------------------
change to
--------------------
Hi !
You can do it following way below :
open index.php file in templates/ja_purity folder , find following code section at about line 119 :
-------------
http://www.joomlart.com/forums/showthread.php?t=17740
Keine Kommentare:
Kommentar veröffentlichen