View Single Post
  #4  
Old 11-26-2015, 04:55 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Turn Off Category H1 Title

You can use the CSS propetry display:none under certain conditions.
For example to check the category ID in a template like

Code:
<h1 {if $current_category.categoryid eq "xx"}style="display:none;"{/if}>Your Category Title</h1>
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote