Jump to content

Where to change fonts


Troy

Recommended Posts

You will need to edit css/global.css in your theme's directory. Search for /* product.tpl */ in the file to find the styles specific to the product page.


Thanks so much for your help. I did the tweaking for the following and managed to resize the image block as well from 129px x 129x to 100px x 100px

Changes are made in Bold via global css

Change Font-family

body {
background-color: white;
font-size: 11px;
font-family: Times New Roman;
color: #5d717e;
text-align:center;

Product image

#center_column div.products_block a.product_image {
display: block;
background-color: transparent;
width: 90px;
height: 90px;
margin-left:2px;

Changed the white box in products page

Back Office >> Preferences >> Image

Thereafter Regenerate thumbnails

Below is the attached image. Just passing on what i learned :)

11992_cxHN9R5BuLRzIRcIUCWR_t

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...