Close

How to remove Facebook, Twitter and Share icons from main page

CISParts
10 years ago
#3418 Quote
Avatar
  • 5
Is there a setting to remove these from the main page?  I found a setting to remove them from the Catalog.  Also I would like to remove the RSS Feed link from the main page?  Thanks, Will
Boyko
10 years ago
#3419 Quote
Avatar
  • Moderator
  • 1570
CISParts wrote:
Is there a setting to remove these from the main page?  I found a setting to remove them from the Catalog.  Also I would like to remove the RSS Feed link from the main page?  Thanks, Will

Hi Will,

If you want to remove the share button in the footer you can do so by removing this code:

<li>
                <div class="addthis_toolbox addthis_default_style ">
                    <a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2">
                    </a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4">
                    </a><a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style">
                    </a>
                </div>
                <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f91a0022e9275e4"></script>
            </li>


and the RSS div block:

<div class="footer-info-panel-rss">
...
...
</div>


from this file:
Themes\ShopAll\Views\ShopAllCommon\FooterInfoBlock.cshtml

Best Regards,
Nop-Templates.com Support Team
Regards,
Nop-Templates.com Team