Herland Posted September 10, 2012 Share Posted September 10, 2012 I am trying to delete the name 'categories' from the left categories block. I've tried to modify nearly every tpl file and nothing. page is here: http://www.buntpreliminar.cl/agualpalo/category.php?id_category=5 If anybody could help me it would be greatly appreciated. Thanks Link to comment Share on other sites More sharing options...
ysco Posted September 10, 2012 Share Posted September 10, 2012 Hello Herland, Did you have a look in the module folder for blockcategories module then open the blockcategories.tpl and there you find the code you want. This line <h4>{l s='Categories' mod='blockcategories'}</h4> is the line to edit, This part l s='Categories' is the text on the categories block shown on FO. Regards, ysco.. Link to comment Share on other sites More sharing options...
Herland Posted September 10, 2012 Author Share Posted September 10, 2012 Yes, I did Link to comment Share on other sites More sharing options...
Herland Posted September 10, 2012 Author Share Posted September 10, 2012 Infact I already removed from Modules, and Themes->Template->Modules Link to comment Share on other sites More sharing options...
Herland Posted September 10, 2012 Author Share Posted September 10, 2012 As an alternative, I changed the font from css to white lol! Link to comment Share on other sites More sharing options...
Herland Posted September 10, 2012 Author Share Posted September 10, 2012 this was my fix, if anybody has problems modifying stuff this is a quick alternative: #categories_block_left h4 { padding:0px; font-size:5px; color:#fff; margin: 0; } Link to comment Share on other sites More sharing options...
ysco Posted September 11, 2012 Share Posted September 11, 2012 Hello Herland, You can not remove the text from css ( yes the way you did ) . You need to change it directly in the .tpl, after the change you must clear you cache folder except index.php and then it should work. Did had a look with firebug on your site and this way it worked. Best regards, ysco.. Link to comment Share on other sites More sharing options...
lokendra Posted October 3, 2015 Share Posted October 3, 2015 Hello Herland,Did you have a look in the module folder for blockcategories module then open the blockcategories.tpl and there you find the code you want.This line<h4>{l s='Categories' mod='blockcategories'}</h4>is the line to edit,This part l s='Categories' is the text on the categories block shown on FO.Regards,ysco.. Thank You ....YSCO it's help me. can you tell me how to add some charecter in Categories block.. like in the image... Link to comment Share on other sites More sharing options...
Recommended Posts