-
AuthorPosts
-
jayatunge Friend
jayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 28, 2011 at 1:36 am #166785Is it possible to mimic the ja_purity Top menu with this template but colors reversed like in the attached picture? I tried customizing with the help of firebug but wasn’t successful. Any help, would be greatly appreciated.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 28, 2011 at 7:24 am #403400Hi,
Could you give me a link to your page as you said?jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 28, 2011 at 4:54 pm #403463Sorry, here is the temporary URL: http://www.theaceconsulting.com/ores/
I can PM the Super Admin credentials if needed.
Thanks for the help. 🙂khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 28, 2011 at 5:24 pm #403466You replace this code from /templates/ja_ores/css/template.css in the line #1258
#ja-mainnav {
line-height: 1;
position: relative;
z-index: 1000;
float: right;
background: url("../images/grad1-mask.png") repeat-x scroll center top #069 !important;
border-bottom: 1px solid black;
}
with
#ja-mainnav {
line-height: 1;
position: relative;
z-index: 1000;
float: right;
background: url("../images/grad1-mask.png") repeat-x scroll center top #444 !important;
border-bottom: 1px solid black;
}
– You replace this code from /templates/ja_ores/css/colors/light-theme.css in the line #216
ul.level0 li.mega a.active, ul.level0 li.mega a.active:hover, ul.level0 li.mega a.active:active, ul.level0 li.mega a.active:focus {
color: #353535;
background-color: #E5E5E5;
background-image: none;
}
with
ul.level0 li.mega a.active, ul.level0 li.mega a.active:hover, ul.level0 li.mega a.active:active, ul.level0 li.mega a.active:focus {
color: white;
background-color: #069;
background-image: none;
}jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
July 28, 2011 at 5:59 pm #403474Hi khoand,
Thank so much for the quick response. I did the changes as per your post. But it is not quite similar to ja_purity menu. :(( I would like to see the top menu like in the attachment. The other thing I noticed is that menu looks different in IE8 than Firefox, too. :((
Your help is very much appreciated to achieve this results.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by jayatunge 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum