Results 1 to 3 of 3

Thread: Looking for a little help

  1. #1
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Looking for a little help

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...htm#descreveal

    3) Describe problem: I got it to work fine I was just wondering how to change the description box size, font and font size.

    thanks! any help would be greatly appreciated!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The size of the box should (and usually does) adjust automatically to the space required by the text in a given description.

    To adjust the font and font size, put this in your stylesheet:

    Code:
    .fadeslidedescdiv {
    	font-size: 13px !important;
    	font-family: serif !important;
    }
    Use whatever values you like, just make sure to use the !important keyword as shown to override the scripted styles.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was trying to find it in the script. But, I never thought of important.thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •