-
AuthorPosts
-
eagle75au Friend
eagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 16, 2015 at 3:56 am #684167Hi All,
Can someone please help me, I would like to align the main menu to the center and also I would like the ‘Promotions’ menu name to be a different color to the other menus, is this possible?
http://www.onlinesystemrepairs.com
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2015 at 9:16 am #684327Hi,
You can find my answer with your question below
+ Align Menu to center
Open templates/ja_business/themes/blue/css/template.css file add new rule
div#ja-megamenu {
margin: 0 auto !important;
width: 65% !important;
}+ Text color with menu item
Go to backend site -> menu -> main menu -> and select the menu item needs to add the other color and do this as my example below
Add the text-menu-color style into Link CSS Style
Open templates/ja_business/themes/blue/css/template.css file and add the new css style
.t3-mainnav .navbar .nav > li > a.text-menu-color {
color: red;
}Hope it helps
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2015 at 9:16 am #748745Hi,
You can find my answer with your question below
+ Align Menu to center
Open templates/ja_business/themes/blue/css/template.css file add new rule
div#ja-megamenu {
margin: 0 auto !important;
width: 65% !important;
}+ Text color with menu item
Go to backend site -> menu -> main menu -> and select the menu item needs to add the other color and do this as my example below
Add the text-menu-color style into Link CSS Style
Open templates/ja_business/themes/blue/css/template.css file and add the new css style
.t3-mainnav .navbar .nav > li > a.text-menu-color {
color: red;
}Hope it helps
Regards
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 21, 2015 at 5:51 am #688110Thanks for that the menu alignment worked fine but I couldn’t get the menu text color to change! .. Using Joomla 2.5 so it looks a bit diff to your example, the menu I need to change is for an article rather than a module, unsure if that matters!
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 21, 2015 at 5:51 am #749156Thanks for that the menu alignment worked fine but I couldn’t get the menu text color to change! .. Using Joomla 2.5 so it looks a bit diff to your example, the menu I need to change is for an article rather than a module, unsure if that matters!
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 21, 2015 at 6:02 am #688111Hi there
For menu text color.ja-megamenu li.mega #menu593 span {color:red}
Replace 593 by your menu id
Result
https://www.dropbox.com/s/uwsq9l68ilth48w/2015-09-21_13-02-59.png?dl=0
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 21, 2015 at 6:02 am #749157Hi there
For menu text color.ja-megamenu li.mega #menu593 span {color:red}
Replace 593 by your menu id
Result
https://www.dropbox.com/s/uwsq9l68ilth48w/2015-09-21_13-02-59.png?dl=0
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by jooservices 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum