Troy Posted September 17, 2009 Share Posted September 17, 2009 I was wondering where to change the size and type of fonts for the product page. Thanks again. Link to comment Share on other sites More sharing options...
rocky Posted September 18, 2009 Share Posted September 18, 2009 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. 1 Link to comment Share on other sites More sharing options...
Troy Posted September 18, 2009 Author Share Posted September 18, 2009 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 100pxChanges are made in Bold via global cssChange Font-familybody { 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 pageBack Office >> Preferences >> ImageThereafter Regenerate thumbnailsBelow is the attached image. Just passing on what i learned Link to comment Share on other sites More sharing options...
TravisNPS Posted November 20, 2009 Share Posted November 20, 2009 I can not seem to find where to change just the Title font size? Link to comment Share on other sites More sharing options...
rocky Posted November 21, 2009 Share Posted November 21, 2009 Add a font-size to the ul#product_list li h3 section of global.css. Link to comment Share on other sites More sharing options...
ladivito Posted November 21, 2009 Share Posted November 21, 2009 where to change the font size of a block ? for example block category "Categories" font size ?thanks Link to comment Share on other sites More sharing options...
rocky Posted November 21, 2009 Share Posted November 21, 2009 Do you mean the block headers? You can change them in the div.block h4 section of global.css. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now