Shape 5

Joomla Club Extensions => Image Slide - Club => : Lashalle Nickens September 15, 2011, 06:15:46 AM



: Background Color of Images Slider (Change)
: Lashalle Nickens September 15, 2011, 06:15:46 AM
Hi,

I have been reading through all of the various post and none of the recommendation for changing the background default color white is helping.  I want the background to be transparent.  Where and how can I do that.

Also, the button colors changed to this funky bluegreen and I have been trying to change the font color to white. *fail* Please help.

Website is: www.degevent.com
login: guest
password: ticklemeelmo

Lashalle


: Re: Background Color of Images Slider (Change)
: jonahh September 15, 2011, 11:34:09 AM
Hello Lashelle,

The above login doesn't seem to be working for me?


: Re: Background Color of Images Slider (Change)
: Lashalle Nickens September 15, 2011, 11:42:01 AM
Really..just use admin Trigod777!


: Re: Background Color of Images Slider (Change)
: jonahh September 18, 2011, 02:31:34 PM
In the future feel free to private message me login details so they arent on the forum so everyone can see

For the blue green color you can change this here:

#s5_nav li a {
    color: #2D414D;
    font-size: 1.1em;
}
s5_flex_menu.css (line 250

for the background color you can change this here:

body {
    background: url("../images/background.png") repeat scroll 0 0 #DFDFDF;
    color: #191919;
    font-size: 0.8em;
    line-height: 155%;
}
template.css (line 5)

Just change the dfdfdf to whatever you desire.

Regards,


: Re: Background Color of Images Slider (Change)
: Lashalle Nickens September 24, 2011, 11:10:34 AM
I can't change the transparency in the background.


: Re: Background Color of Images Slider (Change)
: jonahh September 26, 2011, 07:20:50 PM
Ok I think I misunderstood you, you can change the white background that goes across the whole site here:

#s5_top_row1_area1, #s5_bottom_row2_area1 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
}
template.css (line 590)