How to edit JM Mega Menu text?

I would like to edit JM Mega Menu text from ITALIC font to NORMAL font.
When I add a new menu/sub menu, some of the text will automatically change to ITALIC.
Please let me know why this could be happened and how to solve it.
Refer attachment of screenshot.
http://magento.cybertoads.net/eiregnil

4 answers

quanpa 0.00 $tone August 19, 2013
Public

Hi victorlai !
Font style of JM Mega Menu is ITALIC because it’s set by jmmegamenu.css file.
You can remove it in location Ftp: skin/frontend/default/jm_lingerie/joomlart/jmmegamenu/css/jmmegamenu.css
Line 25, change font: italic 16px/48px "Times New Roman",Times,serif; by font: 16px/48px "Times New Roman",Times,serif;

#1
Profile photo of Victor Lai 0.00 $tone August 19, 2013
Public

Hi quanpa!
Thanks for your help. It is working!
But it is not working for "Sale & Special".
I’m appreciate if you know how to change the CSS rules for this.

#2
quanpa 0.00 $tone August 19, 2013
Public

Hey, you can add line code in jmmegamenu.css : .jm-megamenu ul.level1 li.mega.last a.mega { font: 13px ‘Chivo’,sans-serif;}
It will change font style of last submenu, not change font style of menu "Sale & Special".
If you want change menu "Sale & Special" not ITALIC & font style like another menu in line, change property line 25:
remove font: italic 16px/48px "Times New Roman",Times,serif;
change text-transform: none; by text-transform: uppercase;
note: color of "Sale & Special" not change, it’s highlight for property of sale menu

#3

This question is now closed

Written By

Comments