Product Title Font Face Not Similar When Swtich to Different Language Flag.

Product Title Font Face Not Similar When Swtich to Different Language Flag.
How to modify it so that the font face become the same?

1) http://magento.cybertoads.net/etiz/n…_store=default

2) http://magento.cybertoads.net/etiz/n…_store=chinese

1 answer

Profile photo of Sherlock 0.00 $tone September 12, 2013
Public

Hi mate,

you could open the css file of skin/frontend/default/jm_zite/css/theme.css

look for this css rule

HTML Code:

.product-view .product-shop .product-name h1 {
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=111111]#111111[/URL]
  font-family: sans-serif;
  font-size: 500%;
  line-height: 1;
}

change it to

HTML Code:

 .product-view .product-shop .product-name h1 {
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=111111]#111111[/URL]
  font-family: Arial,Helvetica,sans-serif;
  font-size: 500% !important;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px;
}

I hope that helps !

#1

Please login or Register to Submit Answer

Written By

Comments