Hello! can someone tell me how to change the color of the links in the menu?
I think gray color with black background is not nice.
Attachment 29083
I want to change it to something more colorful like blue or white.
Hover color combination is okay.
Thanks in advance.
1 answer
Hi mate,
you can open the file of skin/frontend/default/jm_wall/joomlart/jmmegamenu/css/jmmegamenu.css there you look for this css rule
HTML Code:
.jm-megamenu ul.level0 li.mega a.mega { color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=666666]#666666[/URL] font-size: 92%; font-weight: bold; line-height: 60px; text-transform: uppercase; }
here you can change the color value of #666666 that I think would help.