hubbabub1601 Posted January 28, 2014 Share Posted January 28, 2014 Hi guys, This is my first topic on these forums so i can only hope i'll post in the correct area. I'm using the Default Theme in PS 1.5.6.2 with a modified 2-Columns Layout. What i need to do is to REMOVE the TITLE of each category in the default category view. I've added some screenshots with the current display and the desired result. Can you please tell me what i need to edit in the .tpl / .css files? So, just to make myself clear: i only want to remove the Category Title Text from the top left-hand side of the center column, not the breadcrumbs above it. Thanks, Link to comment Share on other sites More sharing options...
vekia Posted January 28, 2014 Share Posted January 28, 2014 category.tpl located in your theme directory there is a code like <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} {/strip} </h1> Link to comment Share on other sites More sharing options...
hubbabub1601 Posted January 28, 2014 Author Share Posted January 28, 2014 Thanks! It worked like a charm!I simply commented out the headings you suggested and the titles disappeared! 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