uniquexme Posted February 13, 2009 Share Posted February 13, 2009 guys, under the product description, if i want to change the word from default black to red, what code should i use? i have use this but it doesn't work and also how to change the font size? Link to comment Share on other sites More sharing options...
jhande Posted February 13, 2009 Share Posted February 13, 2009 You should check out some basic HTML coding/tags. Take a quick look here - http://www.htmlcodetutorial.com/character.html - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 - Link to comment Share on other sites More sharing options...
uniquexme Posted February 13, 2009 Author Share Posted February 13, 2009 i think we need to edit the stylesheet.css. but i dun have this file under includes/, i see this file under admin/include/ but it says "selected file cannot be opened. no default editor has been set or filetype association is missing or incorrect" Link to comment Share on other sites More sharing options...
shan.devlop Posted February 13, 2009 Share Posted February 13, 2009 guys, under the product description, if i want to change the word from default black to red, what code should i use? i have use this but it doesn't work and also how to change the font size? Since you need to change font color and size, you can do it simply using <font> tags. For instance lets say you need to write " abc " in red color and 12px in size you simply need to write it like this: <font style="color:#ff0000; size:12px;">abc</font> Please note #ff0000 is color code for red, you can easily get HTML colors code by googling around a bit. If you want to do it via style heet you need to create new css class in stylesheet.css located in catalog directory and the include that class in HTML of your product description. Making ERROR is Human So Please BACKUP Shantnu Link to comment Share on other sites More sharing options...
uniquexme Posted February 14, 2009 Author Share Posted February 14, 2009 ah, it really worked, thanks pal........ hahaha....... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.