Hi,
How can I remove this from my page?
Thanks!!
jokernippe wrote:Hi,
How can I remove this from my page?
Thanks!!
This is a product page so you need to edit the product.tpl of your theme folder and make that code comment
Or You can share your site url so i can give a css code to hidde that div
Thanks
sachin
Hii
Just open Product.tpl file from the below folder path location
catalog/view/theme/tt_lepus/template/product
Product.tpl
Search <div class="btn-group"> and put that whole Div In Comment To Hide the two Buttons
Then Just Below That Div You Will Find The Below Code
<h1><?php echo $heading_title; ?></h1>
Also Put That Line In Comment to Hide The Product Name if You want to hide product name Below That Buttons
So All The Below Code You Need To Comment In Short
<div class="btn-group">
<button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product_id; ?>');"><i class="fa fa-heart"></i></button>
<button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_compare; ?>" onclick="compare.add('<?php echo $product_id; ?>');"><i class="fa fa-exchange"></i></button>
</div>
<h1><?php echo $heading_title; ?></h1>
Thanks
sachin
Who is online
Users browsing this forum: No registered users and 47 guests