plumamy Posted December 28, 2008 Share Posted December 28, 2008 Dumbest Q ever, but change/remove font on "Categories", "Info" blocks...Like many I am new to Prestashop and I AM LOVING it. I came from Optioncart, CubeCart, OSCommerce, etc and was able to skin those perfectly after I found the templates, etc and tweaked them to my best ability. I'm a graphic designer NOT am IT person.If some smart person could point me to the right back end file I will be SO EVER GRATEFUL! Is it in the global CSS file?Thank you! Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 28, 2008 Share Posted December 28, 2008 Assuming your talking about the main categories listed in the left column, then you just need to styles CSS,ON the default theme the tpl file results in the followng XHTML <!-- Block categories module --> Categories Accessories Link to comment Share on other sites More sharing options...
plumamy Posted December 30, 2008 Author Share Posted December 30, 2008 Thank you for your reply...actually I was wanting to remove the name "Categories" "Information", etc from the box titles and replace the graphic bar with my own font embedded into the graphic piece that's behind those titles.I found where you discussed changing the size etc and color. I just want to remove the titles so that my graphic will display them with an image font, bckground, and border. Link to comment Share on other sites More sharing options...
plumamy Posted December 30, 2008 Author Share Posted December 30, 2008 I think what you listed will work perfectly for me with what I want to do!!! THANK YOU!!! Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 31, 2008 Share Posted December 31, 2008 Don't forget, whilst you can use CSS to hide html elements as well as style it, if you want to alter the actual content (rather than the presentation of it) you will do it in one of two main places1. Your themes tpl files2. the tpl files within modulesIt was recommended to me and I would also recommend the same book to anyone who is not familiar with smarty to go buy " Smarty PHP Template Programming and Applications". Its getting a little dated but an excellent book or eBook for learning Smarty which is essential if you want to have control over changing content without the need to be a PHP programmer and worry about back-end development. Smarty is easy to understand for css/html designers and really will help you better understand Prestashop. Of course you can just use the smarty website, but in my case using the book got me up to speed in Smarty in less than a week. Link to comment Share on other sites More sharing options...
Recommended Posts