How to remove the " Popular tags " section and the " Information " section on the main page ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I am working with the 2.30 version. I want to remove the " Information " section and " Subscribe to newsletters " section on the main page, but I am unable to do so. Please help !
12 years ago
Follow the next steps:
1. Open \Presentation\Nop.Web\Views\Shared\_ColumnsThree.cshtml file
2. Remove
@Html.Action("PopularProductTags", "Catalog")

3. Remove
@Html.Action("InfoBlock", "Common")
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.