1) I would like to see some good tutorials out there with a more in depth explanation of how to set up different types of themes. My own knowledge of CSS and what not is limited and I find the handbook hard to use. I know that this has been discussed before.
I have been working with the box_cleanslate theme on my site http://www.bonospoquer.com, but I want to reduce the general font-size and don´t know how. I´ve tried reducing all font-size tags on style.css but didn´t get the expected result. Is there any simple form of doing it?
when i click on: themes/configure and i click on any theme, i get this:
Fatal error: Cannot use string offset as an array in drupal\themes\engines\phptemplate\phptemplate.engine on line 121
Hi all,
in Drupal handbook I found a snippet of PHP code that creates a custom login form that you can put close primary links.
since this code is made for PHPtemplate based themes, I would like to know WHERE to put this code inside an xtemplate based theme; in a few words, I would like to understand which is the right place to put such code (a module, inside engine, or whereever else ??).