-
AuthorPosts
-
pabloian Friend
pabloian
- Join date:
- September 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
May 17, 2011 at 1:28 am #164078How I can change the black color of the menu, be it a single color such as green or as you pass the mouse that is a different color and not black in Jateline IV. Thank you very much
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
May 17, 2011 at 6:49 am #391549It depend what kind of menu is used. By default:
css file: /templates/ja_teline_iv/css/menu/mega.css
when a menu item is clicked (active) black color is set by
.ja-megamenu ul.level0 li.active a.mega { background: #000; }
color of the text (white) is set by:
.ja-megamenu a.over, .ja-megamenu a.active {
color: #ffffff !important;
}pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 17, 2011 at 6:51 am #391550Hello,
To change the black color of the menu such as green Find this code to template.css
.ja-megamenu ul.level0 li.mega a.mega {
color: #000000;
font-size: 125%;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}change this code to
.ja-megamenu ul.level0 li.mega a.mega {
color: #008000;
font-size: 125%;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}1 user says Thank You to pritam for this useful post
pabloian Friendpabloian
- Join date:
- September 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
May 17, 2011 at 2:11 pm #391635Pritam, has been clear to me how, but nothing has happened despite the fact that clean the cache of the template and different browsers.
# ffffff
Thanks also to you Gray, replace only the color of # 000 to # ffffff, although I must wonder if he suggested is to change all the code:ja-megamenu ul.level0 li.active a.mega {background: # 000;}
by:
. ja-megamenu a.over. a.active {ja-megamenu
color: # ffffff! important;Thank you very much
What I want to change the background color (black) when you pass the mouse green is ……. Home Products, my kind of menu menu magazine is mega in Jateline IV (the default)
1 user says Thank You to pabloian for this useful post
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
May 20, 2011 at 4:00 am #392036Could you give us the site link and a screenshot what you want to change?
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by thangnn1510 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum