You did not find #a60c2d anywhere because everywhere I tried to replace existing code with #a60c2d, it was not the correct place, so I kept everything as it was before I tried to accomplish this.
I just do not understand what code and where to change it to get all menu items this color #a60c2d and when hovered over all color #7b7d80
It seems it should be so simple to make a change like this. If it were in html code i could do this no problem, its the css that stumps me as I don’t understand it as well.
Looking to have all menu items same color #a60c2d
You find this code from /templates/ja_erio/css/menu/mega.css
.ja-megamenu ul.level0 li.mega a.mega {
color: #7B7D80; <replace bold text to #a60c2d
text-transform: uppercase;
line-height: 5;
}
when hovered over all color #7b7d80
You find this code from /templates/ja_erio/css/menu/mega.css
.ja-megamenu ul.level0 li.haschild-over a.over {
color: #3EA3D2; < change bold text to #7b7d80
}
.ja-megamenu ul.level0 li.mega a.mega:hover, .ja-megamenu ul.level0 li.mega a.mega:active, .ja-megamenu ul.level0 li.mega a.mega:focus {
color: #3EA3D2; < change bold text to #7b7d80
background: black;
}
1 user says Thank You to khoand for this useful post
This topic contains 17 replies, has 2 voices, and was last updated by khoand 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum