Hi,
I have tried and tried until my eyes hurt,
when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??
![]()
Hi,
I have tried and tried until my eyes hurt,
when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??
![]()
A link to your site would help us see what you mean
the link below will show you what i mean,
http://tsithai.com/index.php?main_pa...6lgejjpap00su1
you can see the header says "MMC Card" I wish to have this removed so its just the breadcrumb showing the title.
Those big letters are actually the products name, I am not familiar with your template but in most cases it can be MOVED or deleted from within this filewhen you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??
sheffij
includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
look for:
<!--bof Product Name-->
<h1 id="productName" class="productGeneral">MMC Card</h1>
<!--eof Product Name-->
hi,
Thanks for your reply, however this removed the product title and not the category title.
any further clues please![]()
/templates/template_default/templates/tpl_index_product_list.php
line 16
found using the dev tool kit in admin >tools
Hah! Thank you so much! I've been having the same problem and couldn't find what file to edit.
For newbies like me: you have to remove this whole line
and make sure you save it in /includes/templates/YOUR TEMPLATE/templatesHTML Code:<h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>