gettfo Posted September 16, 2008 Share Posted September 16, 2008 How do I make it bigger? this is the text that once you click on the product image, you see the description, price, etc. thanks Link to comment Share on other sites More sharing options...
cg180659 Posted September 16, 2008 Share Posted September 16, 2008 How do I make it bigger? this is the text that once you click on the product image, you see the description, price, etc. thanks get a wysiwyg... fckeditor or tinymce. i'd go with fckeditor. or change your stylesheet.css file... SPACE FOR RENT! Link to comment Share on other sites More sharing options...
arietis Posted September 17, 2008 Share Posted September 17, 2008 How do I make it bigger? this is the text that once you click on the product image, you see the description, price, etc. if you don't want to install one of those editors and just want to change the size of the font for all products, you can modify the stylesheet.css. find out which class sets the font and increase the font-size setting for that class. if you want more info on css, you can go to w3schools.com. lots of info there. Link to comment Share on other sites More sharing options...
gettfo Posted September 18, 2008 Author Share Posted September 18, 2008 Which class do I change in the css? Link to comment Share on other sites More sharing options...
arietis Posted September 18, 2008 Share Posted September 18, 2008 Which class do I change in the css? it's the class used to display the text in question. if you don't know what that is, you can find it easily yourself: go to the page where you see the text and do a 'view source' to look at the html. search through the html for the text you want, and look for the class= attribute used by the html element that holds that text. that would be the name of the css class. on thing to note: when you change the css class, it will effect every occurrence of that class in all your pages. so if you don't want a global change, you might want to define a new class and then change your code to use the new class when displaying the product description. but play with it and see what happens first. small changes are easier to revert in case something goes wrong. :) oh, and make backups! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.