Shape 5

Joomla Templates => Oasis - Club => : nilrem77 June 03, 2014, 11:31:36 AM



: S5 Image and Content Fader v3 - Text colour.
: nilrem77 June 03, 2014, 11:31:36 AM
Hi,

I'm trying to change the text colour from white to another colour in the S5 Image and Content Fader module. I have tried the css script below in custom.css but it doesnt seem to have an effect.

Can you give me any further pointers.

Thanks

.jdGallery .slideInfoZone {
color:#000000;
}


: Re: S5 Image and Content Fader v3 - Text colour.
: mikenicoll June 03, 2014, 07:55:39 PM
Hello,

Your close, try the following:

.jdGallery .slideInfoZone h2 {
     color: #FF0000 ! important;
}

.jdGallery .slideInfoZone p {
     color: #FF0000 ! important;
}

-Mike