-
AuthorPosts
-
teetide Friend
teetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
April 26, 2008 at 10:45 pm #127953I’m trying to add some color to the tabs in the menu bar.
I want the ACTIVE menu tab to have the gray theme like the Home button and gray underline on the demo.
I want the NON-ACTIVE menu tabs to have an orange background instead of white. Click on the Technology tab in the demo template and you’ll see what I’m talking about. I want all the NON-ACTIVE tabs to look like the orange Technology tab.
How do I do this?
Thanks.
TeeTideunixboymd Friendunixboymd
- Join date:
- February 2006
- Posts:
- 95
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 13
- Thanked:
- 22 times in 1 posts
April 27, 2008 at 4:33 am #246973What version Joomla! 1.5 or 1.0?
For 1.0 look in your template directory in the ja_menu sub-folder. You’ll need to edit the css file that is appropriate for whatever menu you have configured.
kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
April 27, 2008 at 5:01 am #246974teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
April 27, 2008 at 11:59 am #246990Yes kashxo, that’s exactly what I’m after!
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
April 27, 2008 at 12:02 pm #246991Yes kashxo, that’s exactly what I’m after!
kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
April 28, 2008 at 2:14 am #247055Let’s start by opening your ja.splitmenu.css, now go to line 44th, you’ll see the block of code:
<blockquote>
#ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
background:#EBF2F9;
color:#333333;
}
</blockquote>
Change them to:
<blockquote>
#ja-splitmenu a:hover, #ja-splitmenu a:active, #ja-splitmenu a:focus {
background:#333333;
color:#FFFFFF;
}
</blockquote>
And next at line 31st:<blockquote>#ja-splitmenu a {
background:#FFFFFF;
border-color:1px solid #FFFFFF;
color:#333333;
display:block;
float:left;
font-size:92%;
padding:4px 8px 3px;
text-decoration:none;
text-transform:uppercase;
}</blockquote>Change to:
<blockquote>
#ja-splitmenu a {
background:#E77B13;
border-color:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
float:left;
font-size:92%;
padding:4px 8px 3px;
text-decoration:none;
text-transform:uppercase;
}
</blockquote>That should did it. Goodluck 🙂
1 user says Thank You to kashxo for this useful post
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
April 28, 2008 at 2:35 am #247060Fantastic! Thank you.
July 14, 2009 at 3:47 pm #311082the last tab does not change colour remain white and does not havea menu item assigned to it
hi thanks this works but the last menu tab item remains white and if you add another menu item it goes over to the next row ! with the menu tab before it white ! isthere a workaround
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by biodunb 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How do I change the color of the menu bar?
Viewing 8 posts - 1 through 8 (of 8 total)