-
AuthorPosts
-
ceeyee Friend
ceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 3, 2011 at 5:30 pm #167025Hi,
I would like to change the color of three of the menu bars in the mega menu to blue (and leave the other six white, like shown in the image below). Is there a quick way to do it?
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 3, 2011 at 6:01 pm #404387Hi,
You login backend > Extensions >Template Manager > JA_Teline_III_v2 > GLOBAL > PROFILE OVERRIDE SETTINGS.Click To Add Pages and next add color.ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 3, 2011 at 7:01 pm #404392Hi,
I cannont find PROFILE OVERRIDE SETTINGS unde GLOBAL. Could you please take a look at the screenshot?
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 3, 2011 at 7:07 pm #404394You login backend > Extensions >Template Manager > JA_Teline_III > Page Assignments .Click To Add Pages and next add color.
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 3, 2011 at 7:14 pm #404396I see, but this seems to change the color of the dropped down menu (second row) rather than the bar (first row) itself?
I want to change only three bars on the first row and leave the other six to seven on the first row white.Is it possible to get this done with the Page Assignment section?
Thanks again.
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 4, 2011 at 5:45 pm #404539Does anyone have other solutions?
I just want to change the color of a few boxes on the top menu and leave the other boxes unchanged.
Thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2011 at 6:41 pm #404545<em>@ceeyee 257618 wrote:</em><blockquote>Does anyone have other solutions?
I just want to change the color of a few boxes on the top menu and leave the other boxes unchanged.
Thanks.</blockquote>
If you have these menu items published at this point . . . please go into your Template Manager and, under “Global Settings,” set “Optimize CSS” to “No.” Then please post your url and I’ll take a look and try to advise you as to the CSS rules that are controlling those elements.😎
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 4, 2011 at 8:50 pm #404549The address is http://importantcharts.com/
This is a fresh installation of the quickstart package of Teline III V2 on Joomla 1.6. I have set Optimize CSS to No as instructed.Please take a look. I would like to know how to set the small boxes where TRAVEL, ARTIST, and SPORT are on the top menu row to be blue.
Thanks so much.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2011 at 10:07 pm #404552As you are utilizing the Dropline Menu option, it appears that the css you need to work with is located within templates/ja_teline_iii/css/menu/dropline.css
at line 39 you should see . . . .
#jasdl-mainnav a:hover, #jasdl-mainnav ul li.hover a {
background: url("../../images/mainnav-hover.gif") repeat-x scroll center bottom #F7F7F7;
color: #000000;}
Here is where you would change the background parameter for when you hover over the menu item on the main page – be it with a repeating image or a solid color.NOW, when you’re taken to the menu item’s page and it is active, then you need to look in /templates/ja_teline_iii/core/themes/deepblue-color/css/color.css
at line 33 you should see . . . .
#jasdl-mainnav li.active a, #jasdl-mainnav li.active a:hover, #jasdl-mainnav li.active a:active, #jasdl-mainnav li.active a:focus, #ja-splitmenu li.active a, #ja-splitmenu li.active a:hover, #ja-splitmenu li.active a:active, #ja-splitmenu li.active a:focus, #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
background: url("../images/mainnav-active.gif") repeat-x scroll center top #145077;}
Again, you will need to change the background parameter to what ever you want – be it a repeating image or a solid color.Is this helpful for your issue?
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 4, 2011 at 10:37 pm #404554Isn’t this controlling the colors of all boxes on the whole menu row?
But I want to only change colors of three boxes and leave the other six or seven boxes the orginal color (the end result we want is shown in the image in the first post).Is that something that can be done?
Thanks again.
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 10, 2011 at 7:15 pm #405473Any one can help with this issue?
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 16, 2011 at 11:06 am #406514You try this way: you add this code into http://importantcharts.com/templates/ja_teline_iii/css/template.css
menu-item6, menu-item7, menu-item8 {
background:blue;}Val Kupstas FriendVal Kupstas
- Join date:
- August 2011
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 5 times in 5 posts
August 16, 2011 at 1:24 pm #406537Play around with this here:
li.menu-item6,li.menu-item7,li.menu-item8{
background:#333;
}
Add it to the template.css file and change the background color to suit your needs.
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
August 21, 2011 at 7:02 am #407396I tried this but it didn’t work.. Please see screen shot.
Why?
Thank you very much.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 21, 2011 at 9:08 am #407402I viewed your template.css, but it’s not changed. To your changing is affect, you delete all of files of /cache directory.
<em>@ceeyee 261229 wrote:</em><blockquote>I tried this but it didn’t work.. Please see screen shot.Why?
Thank you very much.</blockquote>
-
AuthorPosts
This topic contains 23 replies, has 4 voices, and was last updated by ceeyee 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum