Thread
:
Turn Off Category H1 Title
View Single Post
#
4
11-26-2015, 04:55 AM
razortw
X-Cart team
Join Date: Feb 2015
Posts: 807
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
razortw
View Public Profile
Send a private message to razortw
Visit razortw's homepage!
Find all posts by razortw