-
AuthorPosts
-
rwjoomlart Friend
rwjoomlart
- Join date:
- April 2011
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
September 20, 2011 at 7:39 am #168751When you view my site on an iphone it has the ja-minisite logo at the top. Can you tell me the location of this image so I can replace it with our logo.
Also how do you change the color of the bar at the top (where the logo is positioned) from the grey it is currently to black?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 20, 2011 at 9:26 am #413845Hi,
you replace this code from /templates/ja_minisite/css/iphone/template.css
h1.logo a {
background: url(../../images/logo.png) no-repeat center;
display: block;
height: 63px;
width: 115px;
}
with
h1.logo a {
background: url(../../images/logo-iphone.png) no-repeat center;
display: block;
height: 63px;
width: 115px;
}
– You add logo-iphone.png into /templates/ja_minisite/images/1 user says Thank You to khoand for this useful post
rwjoomlart Friendrwjoomlart
- Join date:
- April 2011
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
September 20, 2011 at 1:59 pm #413900Ok perfect – that changed the logo.
Also I’m trying to change the color of the panel behind the logo to black – could you please point me to the code for that.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 20, 2011 at 2:09 pm #413901I dont undestant your intention. Could you give me a snapshot with your annotation?
rwjoomlart Friendrwjoomlart
- Join date:
- April 2011
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
September 21, 2011 at 4:33 am #414059I would like to change the area colored grey where the logo is situated and and change it to black. Apologies for the rough image.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 21, 2011 at 10:44 am #414108GOTO: plugins/system/jat3/base-themes/default/css/iphone/template.css – line 469
Add the following in red.
#ja-header {
background: none repeat scroll 0 0 #000000;
margin-bottom: 14px;
padding: 9px 0;
text-align: center;}
Have fun!
John.2 users say Thank You to John Wesley Brett for this useful post
rwjoomlart Friendrwjoomlart
- Join date:
- April 2011
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
September 22, 2011 at 7:02 am #414251Thank you – worked perfectly.
Had to remove this line too.
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd4d9), color-stop(3%, #c0c9cf), color-stop(97%, #abb7bf),to(#81929f))AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by rwjoomlart 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change logo on mobile version of minisite
Viewing 7 posts - 1 through 7 (of 7 total)