-
AuthorPosts
-
ninshen Developer
ninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 15, 2011 at 11:43 am #170714hello there.
Any trick on how to decrease seize of the header , the black with border with top navigation menus?
I would like to change it to same size as the sheet.
I would also like to remove the multi-colored layer behind it.thank you all!!!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
TAnne Mills FriendTAnne Mills
- Join date:
- September 2014
- Posts:
- 88
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 38
- Thanked:
- 14 times in 1 posts
November 15, 2011 at 12:19 pm #424737You can make both of these changes by editing the template stylesheet found in joomla_root/templates/ja_erio/css/template.css
To change the width of the menu:
On line 947 REPLACE
#ja-mainnav {
background: url(../images/bg_mainnav.gif) repeat-x;
font-size: 83%;
z-index: 13;
}
WITH
#ja-mainnav {
font-size: 83%;
z-index: 13;
}
Then on line 953 REPLACE
#ja-mainnav .main { }
WITH
#ja-mainnav .main {
background: url(../images/bg_mainnav.gif) repeat-x;
}
To remove the multi-colored layer on line 25 of the same file
REPLACE
body#bd {
background: url(../images/bg_body.png) repeat-x #fff;
border-bottom: 10px solid #1a1a1a;
color: #333;
padding: 5px 0 0;
}
WITH
body#bd {
border-bottom: 10px solid #1a1a1a;
color: #333;
padding: 5px 0 0;
}
Hope that helps.
1 user says Thank You to TAnne Mills for this useful post
ninshen Developerninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 15, 2011 at 12:23 pm #424739Thank You for replies!!
I will be trying the tip and revert soon as I’m done.
and will post pics afterwards .cheers
ninshen Developerninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 18, 2011 at 8:53 am #425199hi thanks for that. I tried it and it worked.
Although the whole banner disappeared. I should have asked if it was at all possible to revise the banner size instead.
But that’s another lesson for another day.
Sometimes I wonder what is more time consuming… learning to do all the designing yourself or trying to costumize these templates on your own. :confused: -
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by ninshen 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum