I am currently using Drupal 6.13 and I have just upgraded my theme 'Nitobe' from 6.34 to 6.41. The theme upgrade went fine however I now have a problem.
Whilst still using Nitobe 6.34, I created 3 subthemes of Nitobe - blue, green and orange to enable me to change the colour of the grey background to 3 different colours. It all worked well except since the upgrade I am no longer to change the colour of the background.
The background is created by a pixel x 3 pixel gif which gives it the grey colour, this file is in the main theme's (Nitobe) folder.
The subthemes are still working as I am still able to change the colour of the tabs wrapper to my chosen colour however, the background for all the subthemes remains grey.
In the subthemes stylesheet I have used
body {
background: url (images/backround.gif) repeat;
}
This changes the tabs wrapper but not the grey background, both the tab wrapper and the background are coloured by the same gif - background.gif.
I tried renaming the 'gif' file to blue.gif and changing the code in the subtheme css file however is still shows the regular grey background gif from Nitobe's main theme folder, even after flushing the cache, both in the peformance page and using phpmyadmin
Has anyone got any ideas?
Comments
Nitobe subtheming css problems
I have solved the problem. All I needed to do was alter the body class line in page.tpl.php and it now works again.
This ticket can now be closed
Bob