-
AuthorPosts
-
February 11, 2010 at 3:42 pm #148595
I have searched the postings and cannot find a solution to this. How can I change the width of the buttons on the top menu. I need to spread the buttons across the width of the menu bar?
Template Ja_nickle
I also need to change the background color of the menu on the left of the screen.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 14, 2010 at 3:12 am #332645Hello guy
please open the file: /htdocs/templates/ja_nickel/ja_menus/ja_cssmenu/ja.cssmenu.css and try to find codes at line 80:
#ja-cssmenu li a {
border-right: 1px solid #666666;
display: block;
text-decoration: none;
font-size: 100%;
color: #999999;
padding: 10px 20px;
text-transform: uppercase;
}Please adjust value of second paramter in this padding: 10px 20px;
1 user says Thank You to Saguaros for this useful post
February 14, 2010 at 11:09 am #332676Thank you very much for your help.. That worked very well.
would you have asolution to my second question. How to change the background colour of my left menu.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 14, 2010 at 11:23 am #332677Please open the file: /templates/ja_nickel/css/template.css
1) Style without mouse over: and find codes at line :997
ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center;
color: #666666;
}replace:
ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center red;
color: #666666;
}2) Style when mouse over: and find codes at line :1007
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
color: #666666;
background: #F6F6F6 url(../images/arrow.png) no-repeat 12px center;
text-decoration: none;
}Please adust color inside background attributes of those styles
February 14, 2010 at 4:20 pm #332700Thank you, those solutions work, but I am not happy how they look. Where can I change the font color of the menu?… regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 16, 2010 at 2:13 pm #332863You ‘ll adjust a color of the color attribute inside two above styles.
Good luck
February 16, 2010 at 4:25 pm #332892Thank you for your response.
I have tried this, but in the attribute
ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center red;
color: #666666;.I cannot change to the color I want. The color I want is a brown color. This change gives me a red color.?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 23, 2010 at 9:12 am #333558Here is codes
ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center red;
color: #a52a2a;
}February 24, 2010 at 3:19 pm #333738Thank you for your help. This code seems to change the color of the text – not the menu background as needed. Any further help would be appreciated.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 27, 2010 at 2:54 am #334085hello guy
you make some changes in these blocks
1) Style without mouse over: and find codes at line :997
HTML Code:ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center;
color: #666666;
}replace:
HTML Code:ul.menu li a {
display: block;
outline: none;
padding: 5px 5px 5px 20px;
text-decoration: none;
border-top: 1px solid #E5E5E5;
background: url(../images/arrow.png) no-repeat 12px center red;
color: #666666;
}2) Style when mouse over: and find codes at line :1007
HTML Code:ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
color: #666666;
background: #F6F6F6 url(../images/arrow.png) no-repeat 12px center;
text-decoration: none;
}Please adust color inside background attributes of those styles
pls use the firebug addon of firefox to complete this task:
http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/ -
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by Saguaros 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum