Shape 5

Joomla Templates => Hosticity - August 08 - Club => : jc786 December 01, 2009, 07:53:10 AM



: Background in frontpageslide
: jc786 December 01, 2009, 07:53:10 AM
Hi,
How can i change the white background (behind the sliding images) in the frontpage slide to black?


: Re: Background in frontpageslide
: mikek December 01, 2009, 08:21:16 AM
The frontpage slide is made up of images, you would need to modify the images in the module's image folder.


: Re: Background in frontpageslide
: jc786 December 01, 2009, 05:45:03 PM
Yes i've added the images to the module and used the psds provided using the exact dimensiosn of the images in the demo but there is still a white background of about 10 pixels above the images and also in between the images?


: Re: Background in frontpageslide
: mikek December 02, 2009, 08:15:18 AM
Hello, the white is controlled by the following css:

http://hairbynadia.com/modules/mod_s5_frontpageslide/s5_frontpageslide/styles.css

Just remove the background line under:

/* s5_button css */
#s5_button {
   position: relative; /* important */
   overflow: hidden;
   margin: 0;
   width:400px;
   z-index:1;
   background: #fff;
}