sarahsjcrk Posted September 11, 2006 Posted September 11, 2006 1) How do I change the subcategory diplay color size ? 2) the categories color and to bold , size to ? 3) How to change the 4 products on the front page to more products to display???
Brooke Posted September 11, 2006 Posted September 11, 2006 1&2: http://www.oscommerce.com/forums/index.php?aut...p;showentry=504 3: admin/configuration-> maximum values What? Yeah, I can do that.
braylark Posted July 10, 2007 Posted July 10, 2007 I was having the same problem for quite some time, however i did manage to find a solution. In your column_left.php file just make these simple additions. In my file this code is found on lines 59 and 60 Change this // display category name $categories_string .= '.$tree[$counter]['name']; $categories_string .= '</a>'; To This // display category name $categories_string .= '<font color="#000000">'.$tree[$counter]['name']; $categories_string .= '</a></font>'; Hope this helps
z0rr0 Posted October 15, 2007 Posted October 15, 2007 It does changes the color,but it changes the color of main category and subcategory. How to change only the color on subcategory or main category ? In my file this code is found on lines 59 and 60 Change this // display category name $categories_string .= '.$tree[$counter]['name']; $categories_string .= '</a>'; To This // display category name $categories_string .= '<font color="#000000">'.$tree[$counter]['name']; $categories_string .= '</a></font>'; Hope this helps Cumparaturi4all
socal_kl Posted October 15, 2007 Posted October 15, 2007 check and edit your style sheet. Weather you think you can, or you think you can't. Your right.
z0rr0 Posted October 16, 2007 Posted October 16, 2007 check and edit your style sheet. Can you please explain a little more ? :-" Cumparaturi4all
Recommended Posts
Archived
This topic is now archived and is closed to further replies.