[Pro] Showcase captions

Hi is it possible to change the the colour of the gallery captions and how? Thank you Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes - Post a link to your example page online and tell us what colour you want and we can provide a snippet of CSS to do the job.

Example http://www.deltadesign.co/odds/showcase3.html

That example uses the following code:

<style type="text/css">
    #gallery ul.fwShowcase_thumbs .fwShowcase_caption {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 120px;
    height: 40px;
    margin: 0;
    text-align: top;
    font-size: 14px;
    color: red;
    overflow: hidden;
    cursor: pointer;
}
.fwShowcase_title {
    bottom: 30px;
     align: center;
    color: red !important;
 font-size: 12px !important;
}
</style>

Of course not all of that will be needed for yours.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you David - actually I have worked it out myself now.
The problem I do have now is the white space at the bottom of one of my pages…? http://www.activedartmoor.com/articles.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Have a look at items 2 and 2b they both have a height of 3548px - there may be others!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options