Shape 5

Joomla Templates => Eventfull - Club => : chriddo March 29, 2015, 09:48:30 AM



: Possible to get dropdown shade effect on the slideshow text?
: chriddo March 29, 2015, 09:48:30 AM
When using the S5 Image and Content Fader v3 with several nice looking images and add text on them ... the text is not showing so good. Therefore, to solve this, is it possible to get a shadow effect on the image title and image text?


: Re: Possible to get dropdown shade effect on the slideshow text?
: jonahh March 30, 2015, 12:23:08 PM
Hello,

Yes this is the code we used for Content King in order to achieve this, you can just add to the bottom of your template.css file:

:
.jdGallery .slideInfoZone .slide_title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.slide_text {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

Regards,


: Re: Possible to get dropdown shade effect on the slideshow text?
: chriddo March 30, 2015, 01:47:33 PM
I just tested this (put it into the custom.css) and only the middle text is affected by the code you gave. Any ideas on how to solve this?

I can give you the login through a PM (the site is not live yet). Let me know if you want it.


: Re: Possible to get dropdown shade effect on the slideshow text?
: jonahh March 31, 2015, 12:21:36 PM
Sure or even just the URL for it, if I can see that it will help me see what's going on.

Thanks,