Having problem applying fusion themes for Drupal 7.
I am having problem applying fusion theme for Drupal 7, wand was wondering if someone tell me the correct way to do so. Any kind of help would be appreciated.
I am having problem applying fusion theme for Drupal 7, wand was wondering if someone tell me the correct way to do so. Any kind of help would be appreciated.
Hello Moss,
The following steps will help you apply fusion theme for drupal 7.
Regards,
Carl
Once Drupal has been installed, the next thing you probably want to do is to customize the way it looks. Installing a theme on Drupal is very basic. To install a new theme to Drupal, first, download a new theme package from Drupal Themes Download and Extend.
Take note that themes are compatible only to its intended Drupal version. For example, version 5.x themes don’t work on Drupal 6.x and vice versa. So, before downloading a theme make sure it is the right version for your Drupal. Next, if the theme package provides any install or readme files, read it first to know if it requires additional steps.
Next, upload the contents of the theme package to a new directory or folder in the “themes” directory in your Drupal site. In Drupal 5.x, 6.x, and 7.x, you put your themes in “/sites/all/themes/yourThemeName”. Next, click “administer” and then “themes” to enable or activate the new theme. Drupal should auto-detect the existence of the new theme. Lastly, edit your user preferences and then select the new theme.
If you wish to make it the default theme for all users, check “default” in the themes administration page. And that’s it.