Mmm - I will try.
If you go to '
62.163.204.71/maasshuttles', you will see area's right below the dark grey menu area in the top. Four of these are image slider modules. And one is the carousel module.
The carousel has his text above the images. While the others are putting the text below.
Moreover, as seen in the 2-nd area from the left, during a short period of time, there a black box. The text of the carousel does not.
And finally, I found an article in the forum which shows the CSS-code for removing the shadow. If I do that for one module, all shadows are removed. The code is:
.ari-image-slider-wrapper .nivoSlider
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
Ideally, I would like to have:
1. All text above or below the image.
2. No black box
3. Let the CSS-code affect only the specified module.
Does this help?
Grtz - Will