Hi,

First, I wanted to say that Pixture Reloaded is my all time favorite theme; just a great looking and flexible theme.

I want to replace the gradient top section with banner. I still want the logo to be shown on top of the banner. How can I do this without breaking havoc on the theme?

Also, I think if adding a banner to the theme would be a great feature for theme; it makes Pixture Reloaded perfect if it has this feature.

Cheers,
Dan

CommentFileSizeAuthor
#1 local-site.jpeg116.81 KBDeepika.chavan

Comments

Deepika.chavan’s picture

StatusFileSize
new116.81 KB

Hi,
To create one custom css file add following line of code in pixture_reloaded.info

stylesheets[all][] = local.css

Add following css code in your local.css file

#head-elements {
  height: 196px;
}

div#header {
   background:  #FFFFFF url(images/img.jpeg) repeat-x scroll left top;
   height:250px;
}

Please clear cached data here -'/admin/settings/performance' .
Change the 'image/img.jpeg' to 'images/YOUR_BANNER_IMAGE' and save your banner image in '/images' folder.
Hope this is what you wanted (please check the attachment).

Rgrds,

Deepika Chavan.