One of the quickest and safest way to customize a drupal theme is to go via subtheme route.
Safest? Because even if the base theme get updated in the future all your modifications will remain intact unless there was a major change put in place by the author.
Firstly, let's assume the base theme name is "base" and "sub" is your new subtheme. In your case, replace each name accordingly.
Also beware of your Drupal and browser's cache. A lot of times they can play a havoc by not showing your latest style changes in the active theme be it base or subtheme. If you're experiencing this kind of issue it's worth trying to empty the cache as it's usually the culprit. Sometimes you'll have to wait for some time to pass for the changes to appear.
That's basically there is to it.
From now on just use the subtheme to customize the look and feel of your Drupal site. This way whenever the base theme got upgraded hopefully there's no unwanted surprise on the horizon. Even if there is, it can be just minimal at most.
If you need a more detailed instructions, watch this video:
You have anything to share? Just leave us a note down here..
Recent comments