llmills Posted September 14, 2010 Share Posted September 14, 2010 Hi AllI am slowly building my little site, but I do not want to have the word "CATEGORIES" above my category list in the original theme. Does anyone know where I can remove it?Thanks in advance Link to comment Share on other sites More sharing options...
k3ri Posted September 14, 2010 Share Posted September 14, 2010 A quick and harmless fix is putting a specific entry in your global.css for it.div.block #categories_block_left h4 {display: none;}or something to that effect should do the trick nicely. If this solves your problem, please change the topic title to SOLVED. Link to comment Share on other sites More sharing options...
llmills Posted September 15, 2010 Author Share Posted September 15, 2010 Wohoo! THank you very muchI modified the code to #categories_block_left h4 {display: none;}Thanks! Link to comment Share on other sites More sharing options...
k3ri Posted September 15, 2010 Share Posted September 15, 2010 If you wanted something more permanent (requires removing a bit of code from the blockcategories.tpl in your module directory): <!-- Block categories module --> {l s='Categories' mod='blockcategories'} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now