jangmel Posted December 26, 2012 Share Posted December 26, 2012 Hi there I would like to change the category block in the front office to different font type and different colors how do I do it and where do I do it? if there is any css code please tell me thanks I have attached the picture below Link to comment Share on other sites More sharing options...
mux Posted December 27, 2012 Share Posted December 27, 2012 Hi plz can you provide your shop URL? it will be easier to help you then Link to comment Share on other sites More sharing options...
jangmel Posted December 27, 2012 Author Share Posted December 27, 2012 Hi there my website is www.donij.com Link to comment Share on other sites More sharing options...
mux Posted December 27, 2012 Share Posted December 27, 2012 category block in image and in site looks different. Some how you have to make changes in css file to change the font Open your site files through cpanel OR filezilla or whatever you want. go to themes/default/css/global.css Take backup of file before making anay changes. #categories_block_left h4 { font-family: FONT-NAME; } Add these lines in end of file. Don't forget to change FONT-NAME with your dresired font-family name. In global.css find "#categories_block_left li a" and add "font-family: FONT-NAME;" Hope this may help you. 1 Link to comment Share on other sites More sharing options...
jangmel Posted December 28, 2012 Author Share Posted December 28, 2012 Thank You Muz x Link to comment Share on other sites More sharing options...
suenda Posted December 28, 2012 Share Posted December 28, 2012 Use developer tools in chrome or firebug in firefox to find out CSS rule for any DOM element in a page. It's easy and a quick way to make changes to any part of the page. 1 Link to comment Share on other sites More sharing options...
Recommended Posts