-
AuthorPosts
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 20, 2012 at 6:48 pm #439085You replace the code from /templates/ja_purity_ii/css/template.css
#ja-header {
background: #333;
position: relative;
z-index: 10;
}
with
#ja-header {
background: url(../images/header/header1.jpg) center;
position: relative;
z-index: 10;
}
– And replace the code
#ja-header .main {
background: url(../images/header3.jpg) no-repeat right top #333;
height: 140px;
padding: 0;
}
with
#ja-header .main {
background: transparent;
height: 140px;
padding: 0;
}
– Finally, you remove your custom code
<style type="text/css">
#ja-header .main {
background-image: url(/templates/ja_purity_ii//images/header/header1.jpg);
}
</style>February 20, 2012 at 7:23 pm #439090I do not find this
<style type="text/css">
#ja-header .main {
background-image: url(/templates/ja_purity_ii//images/header/header1.jpg);
}
</style>khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 21, 2012 at 10:40 am #439230It’s here: /templates/ja_purity_ii/blocks/head.php
February 21, 2012 at 11:00 am #439234I found this in the file head.php:
<style type="text/css">
#ja-header .main {
background-image: url(<?php echo T3Path::getUrl('/images/header/header'. rand(1,3).'.jpg'); ?>);
}
</style>I removed but the header is as follows:
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 21, 2012 at 11:19 am #439244You replace the code
#ja-header {
background: url(../images/header/header1.jpg) center;
position: relative;
z-index: 10;
}
with
#ja-header {
background: url(../images/header/header1.jpg) center;
position: relative;
z-index: 10;
background-size: cover;
}February 21, 2012 at 11:33 am #439249perfect.
thank you very much
AuthorPostsThis topic contains 21 replies, has 3 voices, and was last updated by gianluca84 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum