
DRUPAL THEMING
Rather than incur the cost of changing the appearance of your entire website, you can do a whole lot just by changing its theme with Drupal. It is even possible to theme only certain sections of your website, select different types of content, or even individual pages to update.
With Drupal theming, you can even:
- Change layouts, images or fonts
- Hide or display fields dependent on user role
- Dynamically respond to changes in the content or to user input
- Modify or replace text (for example the labels) and variables generated by modules
- Port open source designs between other systems/templates and Drupal or convert any website layout into a Drupal theme
We first start with the customisation of your website appearance using an existing theme simply by changing a few settings. From there on, we discuss ways to make your own theme based on an existing theme – then show you how to tweak it through the use of CSS.
Next, we'll explore how to override various theme's parts; regions and node types. We then move onto creating your own theme from scratch then cover more advanced topics using PHP coding so as to give your website a refreshing face-lift.
