Shape 5

Joomla Templates => Lime Light - Club => : howard October 09, 2013, 06:31:54 AM



: Image and Content Fader V3 for this template
: howard October 09, 2013, 06:31:54 AM
Hi,
I prefer the Image Content Fader for my slideshow, instead of the Image Slide option for the template.
I correctly put it into the custom_1 position but I cannot arrange the text slides (the text information linked to the image) to a bigger value/style. What I mean is that I would love to have a bigger text there (such as in the cleanout template to make an example). But it seems to me the position in this template only allows a small place for text sliding carousel...am I wrong? Anything I can try to work it out?

You can see the "work in progress" here: http://pml.arsbox.com

Thank you as usual in advance!
Cristiano


: Re: Image and Content Fader V3 for this template
: mikenicoll October 10, 2013, 12:02:57 PM
Hello,

1) The Template styling was only designed with the Image Slide here. If you are using the Image and Content Fader it will use the default styling for the module

2) You can change the font size for both elements and reposition it below.

s5imagecontent.css - line 69

.jdGallery .slideInfoZone h2 {
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 11px;
    padding: 0;
    text-shadow: 1px 1px #000000;
}

s5imagecontent.css - line 80

.jdGallery .slideInfoZone p {
    color: #FFFFFF;
    margin: 2px 11px;
    padding: 0;
    text-shadow: 1px 1px #000000;
}

Anything outside of this would require custom programming.

-Mike