How to completely remove a custom theme from magento

10,854

Assuming you have no custom themes set at the product or category level (which if you don't know what I mean, you shouldn't have), all you should have to do is change the values in System > Configuration > Design. As far as removing them, if they were installed properly, i.e. they are their own unique folders in app/design/frontend/{package}/{theme} and skin/frontend/{package}/{theme}. If you are seeing different themes on different pages though, this is probably just a caching issue. Make sure you completely refresh all caches in System > Cache Management.

Share:
10,854
user1712189
Author by

user1712189

Updated on August 13, 2022

Comments

  • user1712189
    user1712189 over 1 year

    May i know how to remove a custom theme from MAGENTO completely.

    I am using Magento 1.7.0.2

    and how to disable it completely.

    What i did and face problems.

    I have two custom themes say Theme 1 and Theme 2. Theme one is compatible with 1.7.0.2 and theme 2 with 1.6.x

    I installed theme 1 as prescribed in the document.

    then i installed theme 2 as per the document and make changes in the System>configuration>design to make necessary changes.

    My problem is that-

    1. few pages are showing theme 1 and few are theme 2.

    2. the home page and one or two product page shows theme1 and few other product pages and checkout page shows theme 2.

    3. Then i remove each and every individual file of theme 2. (That i don't want to opt for, as it is very time consuming and problem may occur)

    4. Now, i again reinstall the theme 1 just in case if i haven't remove any wrong file of theme 1 itself. ( I follow the same process in documentation)

    5. Now the problem is Magento default theme is overtaking few pages of my custom theme 1.

    The problem never gets end up here at all.

    That's why i am looking for a solution where i can completely remove or uninstall a custom theme. If not, i want to disable any theme, if possible.

    I want to know can we test multiple themes on MAGENTO and can switch between them.

    Regards