Using Pixture Reloaded

Pixture Reloaded is a good theme for drupal, however I'd like to change something on the header and add some other css styles. Pixture Reloaded used color module, so each time it'll save to a temp folder in sites/default/files, and copy over some images and style.css , during the copy, it'll process the style.css and change some colors. So if you'd like to add some new styles or change some code there, it's not the best way to do directly in style.css .

 Here's what I did to solve the issue:

1. open picture_reloaded.info , add the following line after "stylesheets[all][] = style.css"
stylesheets[all][] = changes.css

2. create the file changes.css in "/sites/all/themes/pixture_reloaded" folder, and write my styles in there, it'll override the style.css since it'll appear later than that.

3. save the theme configuration, and reload the page. Your changes should be there now. 

Picture Reloaded

 

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer