How to bold the menu title?

When I switch to Chinese Language, I found that the menu no bold. I want to bold it, how?

http://magento.cybertoads.net/firecs/

Also refered attachment.

1 answer

Profile photo of Sherlock 0.00 $tone July 23, 2013
Public

Hi victorlai,

you could open the file of skin/frontend/default/jm_scerif/css/menu.css look for this css rule

HTML Code:

  #nav a {
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=222222]#222222[/URL]
  font-family: 'NovecentowideLightBold',sans-serif;
  font-size: 120%;
  line-height: 50px;
  text-shadow: none;
}

change it to

HTML Code:

 #nav a {
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=222222]#222222[/URL]
  font-family: 'NovecentowideLightBold',sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 50px;
  text-shadow: none;
}

I hope this helps

#1

Please login or Register to Submit Answer

Written By

Comments