I am currently using the nivo slider on my homepage, to show different images. It works perfectly. Although, next to the images there are some text, which I would like to follow
Title Description Learn More » Title Description Learn More » Title Description Learn More »
Here's my css:
.nivo-caption { color: #FFFFFF; min-width: 550px; overflow: hidden; position: absolute; top: 180px; z-index: 8; } .nivo-html-caption { display:none; }
Hope this helps.